Install systemd unit files, follow-up to cda4c6a

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-13 10:18:10 +01:00
parent 31630f73cc
commit 18f9611d3e

View File

@ -20,6 +20,13 @@ SUBDIRS = example man src test
doc_DATA = README.md ChangeLog.md syslog.conf
EXTRA_DIST = README.md ChangeLog.md syslog.conf
if HAVE_SYSTEMD
systemd_DATA = syslogd.service
if ENABLE_KLOGD
systemd_DATA += klogd.service
endif
endif
#
# Target to run when building a release
#