chiark / gitweb /
sysusers: fix selinux context of backup files
[elogind.git] / Makefile.am
index 58578639848b11bbdab6792f407ee390bce1a4ea..1e4cfb31f1b03302137f7373b8477e6f03870cb7 100644 (file)
@@ -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,13 +1225,26 @@ 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 \
        test-hostname \
        test-daemon \
        test-cgroup \
-       test-cgroup-mask \
        test-install \
        test-watchdog \
        test-log \
@@ -1243,6 +1257,7 @@ endif
 
 tests += \
        test-engine \
+       test-cgroup-mask \
        test-job-type \
        test-env-replace \
        test-strbuf \