summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-18 05:01:30 +0100
committerLennart Poettering <lennart@poettering.net>2011-03-18 05:01:30 +0100
commit6699c857a20378e1fd2a33e3e306a96404e7f83d (patch)
treeae245755a171bf2ea788d89d36d709f25bc72439 /Makefile.am
parentdb25d1d7655b1de4554942e49bc80a9b176ef8df (diff)
units: we don't need to generate syslog.target with sed anymore
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 5769dcb62c..371cc562e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -259,7 +259,8 @@ dist_systemunit_DATA = \
units/systemd-tmpfiles-clean.timer \
units/quotaon.service \
units/systemd-ask-password-wall.path \
- units/systemd-ask-password-console.path
+ units/systemd-ask-password-console.path \
+ units/syslog.target
nodist_systemunit_DATA = \
units/getty@.service \
@@ -286,7 +287,6 @@ nodist_systemunit_DATA = \
units/systemd-ask-password-wall.service \
units/systemd-ask-password-console.service \
units/systemd-sysctl.service \
- units/syslog.target \
units/halt.service \
units/poweroff.service \
units/reboot.service \
@@ -330,7 +330,6 @@ EXTRA_DIST = \
units/systemd-ask-password-wall.service.in \
units/systemd-ask-password-console.service.in \
units/systemd-sysctl.service.in \
- units/syslog.target.in \
units/halt.service.in \
units/poweroff.service.in \
units/reboot.service.in \