summaryrefslogtreecommitdiffstats
path: root/plugins/imuxsock/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <mailto:lennart@poettering.net>2010-09-07 13:06:04 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-09-07 13:06:04 +0200
commit41327992680cfb8dd602ea92d6902448dd66413d (patch)
treeee83c9b70509f7c71ef48f12eaebd6e54ab4332e /plugins/imuxsock/Makefile.am
parent73ebadd5980f91079416a14ba6463d576ecb6207 (diff)
downloadrsyslog-41327992680cfb8dd602ea92d6902448dd66413d.tar.gz
rsyslog-41327992680cfb8dd602ea92d6902448dd66413d.tar.xz
rsyslog-41327992680cfb8dd602ea92d6902448dd66413d.zip
acquire /dev/log socket optionally from systemd
Diffstat (limited to 'plugins/imuxsock/Makefile.am')
-rw-r--r--plugins/imuxsock/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/imuxsock/Makefile.am b/plugins/imuxsock/Makefile.am
index a2fe0baa..8803937f 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_SOURCES = imuxsock.c ../../runtime/sd-daemon.c ../../runtime/sd-daemon.h
imuxsock_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
imuxsock_la_LDFLAGS = -module -avoid-version
-imuxsock_la_LIBADD =
+imuxsock_la_LIBADD =