summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-24 00:53:33 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-24 00:53:33 +0200
commitee5762e3780c048b230e8c1e7659e40fc1f443bf (patch)
treed6ca53895dcfc8aae27e2bb0fec6f766679e8d7b /Makefile.am
parent9d8a57fff160cc14873ebcbc79a4216a18b42f70 (diff)
systemctl: fold systemd-install into systemctl
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 2 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am
index 0c3262e02e..bebfd2f737 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,6 @@ rootbin_PROGRAMS = \
systemd-notify
bin_PROGRAMS = \
- systemd-install \
systemd-cgls
if HAVE_GTK
@@ -325,7 +324,6 @@ MANPAGES = \
man/systemd.1 \
man/systemctl.1 \
man/systemadm.1 \
- man/systemd-install.1 \
man/systemd-cgls.1 \
man/systemd-notify.1 \
man/sd_notify.3 \
@@ -494,6 +492,8 @@ systemctl_SOURCES = \
src/systemctl.c \
src/utmp-wtmp.c \
src/dbus-common.c \
+ src/path-lookup.c \
+ src/sd-daemon.c \
src/cgroup-show.c \
src/cgroup-util.c
@@ -512,20 +512,6 @@ systemd_notify_SOURCES = \
systemd_notify_LDADD = \
libsystemd-basic.la
-systemd_install_SOURCES = \
- src/install.c \
- src/path-lookup.c \
- src/dbus-common.c \
- src/sd-daemon.c
-
-systemd_install_LDADD = \
- libsystemd-basic.la \
- $(DBUS_LIBS)
-
-systemd_install_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
systemd_cgls_SOURCES = \
src/cgls.c \
src/cgroup-show.c \