summaryrefslogtreecommitdiffstats
path: root/plugins/imuxsock
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/imuxsock
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/imuxsock')
-rw-r--r--plugins/imuxsock/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/imuxsock/Makefile.am b/plugins/imuxsock/Makefile.am
index 4b885090..e165bb7d 100644
--- a/plugins/imuxsock/Makefile.am
+++ b/plugins/imuxsock/Makefile.am
@@ -1,8 +1,6 @@
pkglib_LTLIBRARIES = imuxsock.la
-imuxsock_la_SOURCES = imuxsock.c ../../module-template.h
-imuxsock_la_CPPFLAGS = -I$(srcdir)/../.. $(pthreads_cflags)
+imuxsock_la_SOURCES = imuxsock.c
+imuxsock_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags)
imuxsock_la_LDFLAGS = -module -avoid-version
imuxsock_la_LIBADD =
-
-EXTRA_DIST =