diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-16 03:23:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-16 03:24:50 +0200 |
commit | 27b5482cc08b7fac1b6b15d980d42ae04f3ae1ca (patch) | |
tree | 45ed89a06025bde7ed4974a72ff41e11a7f07305 /Makefile.am | |
parent | c195956988799837b763ab1b9f078e5f0b7f26e6 (diff) |
delta: add systemd-delta tool to find overriden configuration and unit files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7c1b431093..7d6d744ee9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -214,7 +214,8 @@ bin_PROGRAMS = \ systemd-cgtop \ systemd-stdio-bridge \ systemd-nspawn \ - systemd-detect-virt + systemd-detect-virt \ + systemd-delta dist_bin_SCRIPTS = \ src/analyze/systemd-analyze @@ -452,6 +453,7 @@ MANPAGES = \ man/systemd.1 \ man/systemctl.1 \ man/systemd-cgls.1 \ + man/systemd-delta.1 \ man/systemd-cgtop.1 \ man/systemd-nspawn.1 \ man/systemd-tmpfiles.8 \ @@ -1115,6 +1117,13 @@ systemd_detect_virt_LDADD = \ libsystemd-shared.la # ------------------------------------------------------------------------------ +systemd_delta_SOURCES = \ + src/delta/delta.c + +systemd_delta_LDADD = \ + libsystemd-shared.la + +# ------------------------------------------------------------------------------ systemd_getty_generator_SOURCES = \ src/getty-generator/getty-generator.c |