diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-25 04:58:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-25 04:58:02 +0200 |
commit | 729e3769c32242bbba26ea96900be005d52ce438 (patch) | |
tree | a8a6234044790254e3834e1e67971df93613b918 /Makefile.am | |
parent | 4b7a6af440ee1a957fd8fe1c6ca3b7f310fdf77c (diff) |
systemctl: hook up new install logic
This adds a number of new options to systemctl, for presets, reenabling,
masking/unmask, and runtime operations.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 78c76d7a6b..2ebf53ce86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1203,7 +1203,9 @@ systemctl_SOURCES = \ src/cgroup-util.c \ src/exit-status.c \ src/unit-name.c \ - src/pager.c + src/pager.c \ + src/install.c \ + src/spawn-agent.c systemctl_CFLAGS = \ $(AM_CFLAGS) \ |