X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=1cb771238692b272f787451d24bb017a38c506c9;hb=7dbb1d08f66cd44b1296be3ee8e3629b989e19a8;hp=91ecbe4a0bc1d39688cecbbf015a21ed4e835a8b;hpb=8328d8c63332319965fd288634a9a709e9b96425;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 91ecbe4a0..1cb771238 100644 --- a/Makefile.am +++ b/Makefile.am @@ -350,7 +350,8 @@ bin_PROGRAMS = \ systemd-delta \ systemd-analyze \ systemd-run \ - systemd-path + systemd-path \ + systemd-verify dist_bin_SCRIPTS = \ src/kernel-install/kernel-install @@ -1224,6 +1225,20 @@ CLEANFILES += \ src/core/org.freedesktop.systemd1.policy.in # ------------------------------------------------------------------------------ + +systemd_verify_SOURCES = \ + src/verify/verify.c + +systemd_verify_CFLAGS = \ + $(AM_CFLAGS) \ + $(SECCOMP_CFLAGS) + +systemd_verify_LDADD = \ + libsystemd-core.la \ + $(RT_LIBS) + +# ------------------------------------------------------------------------------ + manual_tests += \ test-ns \ test-loopback \ @@ -1756,6 +1771,7 @@ systemd_update_done_SOURCES = \ systemd_update_done_LDADD = \ libsystemd-internal.la \ + libsystemd-label.la \ libsystemd-shared.la # ------------------------------------------------------------------------------