From 28dcc746bd463541a48bad64a37039658f1aa3f7 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 6 Mar 2008 07:39:32 +0000 Subject: applied patch from Michael Biebl to clean up build system --- plugins/imtcp/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/imtcp') diff --git a/plugins/imtcp/Makefile.am b/plugins/imtcp/Makefile.am index 6298135a..ad5135ba 100644 --- a/plugins/imtcp/Makefile.am +++ b/plugins/imtcp/Makefile.am @@ -1,5 +1,6 @@ pkglib_LTLIBRARIES = imtcp.la imtcp_la_SOURCES = imtcp.c -imtcp_la_CPPFLAGS = -DFORCE_NO_GSS=1 -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags) -imtcp_la_LDFLAGS = $(mudflap_libs) -module -avoid-version +imtcp_la_CPPFLAGS = -DFORCE_NO_GSS=1 -I$(top_srcdir) $(pthreads_cflags) +imtcp_la_LDFLAGS = -module -avoid-version +imtcp_la_LIBADD = -- cgit v1.2.3