diff options
author | Lennart Poettering <mailto:lennart@poettering.net> | 2010-09-07 13:06:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-09-07 13:06:04 +0200 |
commit | 41327992680cfb8dd602ea92d6902448dd66413d (patch) | |
tree | ee83c9b70509f7c71ef48f12eaebd6e54ab4332e /runtime/Makefile.am | |
parent | 73ebadd5980f91079416a14ba6463d576ecb6207 (diff) | |
download | rsyslog-41327992680cfb8dd602ea92d6902448dd66413d.tar.gz rsyslog-41327992680cfb8dd602ea92d6902448dd66413d.tar.bz2 rsyslog-41327992680cfb8dd602ea92d6902448dd66413d.zip |
acquire /dev/log socket optionally from systemd
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r-- | runtime/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am index f7db3e35..ef119492 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -81,6 +81,8 @@ librsyslog_la_SOURCES = \ prop.h \ cfsysline.c \ cfsysline.h \ + sd-daemon.c \ + sd-daemon.h \ \ \ ../action.h \ @@ -177,3 +179,6 @@ lmnsd_gtls_la_LDFLAGS = -module -avoid-version lmnsd_gtls_la_LIBADD = $(GNUTLS_LIBS) endif +update-systemd: + curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c + curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h > sd-daemon.h |