diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-06 02:33:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-06 02:33:40 +0200 |
commit | 71fad6751434f06485a744d41be2d807303c1184 (patch) | |
tree | 27723f8bbab9a2a808e0beab10c6e2605f74f1de /Makefile.am | |
parent | 647f1fafb5f456b80bb799d07d345ce7fd2308ee (diff) |
systemctl: require correctly formed unit names when enabling units
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c06f1ecb56..4307db1a69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -700,7 +700,8 @@ systemctl_SOURCES = \ src/sd-daemon.c \ src/cgroup-show.c \ src/cgroup-util.c \ - src/exit-status.c + src/exit-status.c \ + src/unit-name.c systemctl_CFLAGS = \ $(AM_CFLAGS) \ |