summaryrefslogtreecommitdiffstats
path: root/plugins/imuxsock
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-10-04 22:35:01 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-18 12:58:04 +0200
commit482f89ab72d53acc60d77ce3e74ac23796e30abd (patch)
treeae719c7f95a52b83b3e5c61631e67ae3323aeae6 /plugins/imuxsock
parentd8142e2884c66bdec676d6b72503028c785669ba (diff)
downloadrsyslog-482f89ab72d53acc60d77ce3e74ac23796e30abd.tar.gz
rsyslog-482f89ab72d53acc60d77ce3e74ac23796e30abd.tar.xz
rsyslog-482f89ab72d53acc60d77ce3e74ac23796e30abd.zip
build: Drop unused include path
Diffstat (limited to 'plugins/imuxsock')
-rw-r--r--plugins/imuxsock/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imuxsock/Makefile.am b/plugins/imuxsock/Makefile.am
index 34a0ad9a..28f9f9e3 100644
--- a/plugins/imuxsock/Makefile.am
+++ b/plugins/imuxsock/Makefile.am
@@ -1,6 +1,6 @@
pkglib_LTLIBRARIES = imuxsock.la
imuxsock_la_SOURCES = imuxsock.c
-imuxsock_la_CPPFLAGS = -DSD_EXPORT_SYMBOLS -I../../runtime/hashtable -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
+imuxsock_la_CPPFLAGS = -DSD_EXPORT_SYMBOLS -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
imuxsock_la_LDFLAGS = -module -avoid-version
imuxsock_la_LIBADD = $(RSRT_LIBS)