From fc761b9fdc5486a0072ee63d8b438f562127d057 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 3 Jan 2008 14:08:58 +0000 Subject: applied Michael Biebl's patch to clean up the makefiles --- plugins/imtcp/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/imtcp') diff --git a/plugins/imtcp/Makefile.am b/plugins/imtcp/Makefile.am index e6076cb9..fe43cd98 100644 --- a/plugins/imtcp/Makefile.am +++ b/plugins/imtcp/Makefile.am @@ -1,8 +1,6 @@ pkglib_LTLIBRARIES = imtcp.la -imtcp_la_SOURCES = imtcp.c ../../module-template.h -imtcp_la_CPPFLAGS = -I$(srcdir)/../.. $(pthreads_cflags) +imtcp_la_SOURCES = imtcp.c +imtcp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) imtcp_la_LDFLAGS = -module -avoid-version imtcp_la_LIBADD = - -EXTRA_DIST = -- cgit