X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=780ded62fa95655168dd5a847e519e2b6ec63ed5;hp=963c64838e7eca041b4d7fb3f6520b080107002c;hb=a7b6f8e578724c3b4f0cfc8777d9b4a8e29207b0;hpb=70449379def39da2a3efbd7c7da27a4745702b08 diff --git a/Makefile.am b/Makefile.am index 963c64838..780ded62f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,11 +80,13 @@ dist_systemunit_DATA = \ systemunit_DATA = \ units/systemd-initctl.service \ - units/systemd-logger.service + units/systemd-logger.service \ + units/syslog.target EXTRA_DIST = \ units/systemd-initctl.service.in \ units/systemd-logger.service.in \ + units/syslog.target.in \ LICENSE \ README @@ -281,12 +283,18 @@ units/systemd-logger.service: units/systemd-logger.service.in Makefile -e 's,@pkglibexecdir\@,$(pkglibexecdir),g' \ < $< > $@ +units/syslog.target: units/syslog.target.in Makefile + $(MKDIR_P) units + $(SED) -e 's,@SPECIAL_SYSLOG_SERVICE\@,$(SPECIAL_SYSLOG_SERVICE),g' \ + < $< > $@ + CLEANFILES = \ src/systemd-interfaces.c \ src/systemctl.c \ src/systemadm.c \ units/systemd-initctl.service \ - units/systemd-logger.service + units/systemd-logger.service \ + units/syslog.target if HAVE_XSLTPROC man/%.5: man/%.xml