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/imudp/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/imudp') diff --git a/plugins/imudp/Makefile.am b/plugins/imudp/Makefile.am index 6e83dc9f..53fdad16 100644 --- a/plugins/imudp/Makefile.am +++ b/plugins/imudp/Makefile.am @@ -1,8 +1,6 @@ pkglib_LTLIBRARIES = imudp.la -imudp_la_SOURCES = imudp.c ../../module-template.h -imudp_la_CPPFLAGS = -I$(srcdir)/../.. $(pthreads_cflags) +imudp_la_SOURCES = imudp.c +imudp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) imudp_la_LDFLAGS = -module -avoid-version imudp_la_LIBADD = - -EXTRA_DIST = -- cgit