diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:59:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:59:05 +0100 |
commit | db25d1d7655b1de4554942e49bc80a9b176ef8df (patch) | |
tree | 650a011fcb2ea0d6b7794322ffce0ae2348b98d0 /Makefile.am | |
parent | 28cf382a0afd10d0e2a71d152f0df4909e90d159 (diff) |
units: we no longer need m4 to build graphical.target or multi-user.taregt
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 3120e78647..5769dcb62c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -205,6 +205,8 @@ dist_tmpfiles_DATA = \ tmpfiles.d/x11.conf dist_systemunit_DATA = \ + units/graphical.target \ + units/multi-user.target \ units/emergency.service \ units/emergency.target \ units/sysinit.target \ @@ -263,9 +265,7 @@ nodist_systemunit_DATA = \ units/getty@.service \ units/serial-getty@.service \ units/console-shell.service \ - units/graphical.target \ units/remote-fs.target \ - units/multi-user.target \ units/systemd-initctl.service \ units/systemd-logger.service \ units/systemd-shutdownd.service \ @@ -308,8 +308,6 @@ EXTRA_DIST = \ units/getty@.service.m4 \ units/serial-getty@.service.m4 \ units/console-shell.service.m4 \ - units/graphical.target.m4 \ - units/multi-user.target.m4 \ units/remote-fs.target.m4 \ units/rescue.service.m4 \ units/systemd-initctl.service.in \ |