summaryrefslogtreecommitdiffstats
path: root/plugins/imudp
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-03 14:08:58 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-03 14:08:58 +0000
commitfc761b9fdc5486a0072ee63d8b438f562127d057 (patch)
tree9648b218c4f60da71101c57861251f8f2f5c7441 /plugins/imudp
parent39521c0593cd8a8a5f40f1b780846a38711e388b (diff)
downloadrsyslog-fc761b9fdc5486a0072ee63d8b438f562127d057.tar.gz
rsyslog-fc761b9fdc5486a0072ee63d8b438f562127d057.tar.xz
rsyslog-fc761b9fdc5486a0072ee63d8b438f562127d057.zip
applied Michael Biebl's patch to clean up the makefiles
Diffstat (limited to 'plugins/imudp')
-rw-r--r--plugins/imudp/Makefile.am6
1 files changed, 2 insertions, 4 deletions
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 =