X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=5a8d22d61327b8ca69a68d42bd21ffb67bf463fe;hp=48578bf2d7faa9c28d3c838a16b534853cfb96c4;hb=64661ee70d5a10c6208a1cb66ecd8b158e2d8bc5;hpb=8ece4cab426cce6759ff240504dc876502f4c483 diff --git a/Makefile.am b/Makefile.am index 48578bf2d..5a8d22d61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -229,7 +229,8 @@ noinst_PROGRAMS = \ test-cgroup \ test-env-replace \ test-strv \ - test-install + test-install \ + test-watchdog dist_pkgsysconf_DATA = \ src/system.conf \ @@ -603,13 +604,19 @@ libsystemd_core_la_SOURCES = \ src/install.c \ src/install.h \ src/specifier.c \ + src/specifier.h \ src/namespace.c \ + src/namespace.h \ src/unit-name.c \ + src/unit-name.h \ src/tcpwrap.c \ - src/sd-daemon.c \ + src/tcpwrap.h \ src/cgroup-attr.c \ - src/sd-id128.c \ src/cgroup-attr.h \ + src/watchdog.c \ + src/watchdog.h \ + src/sd-daemon.c \ + src/sd-id128.c \ src/macro.h \ src/def.h \ src/ioprio.h \ @@ -816,6 +823,14 @@ test_install_CFLAGS = \ test_install_LDADD = \ libsystemd-basic.la +test_watchdog_SOURCES = \ + src/test-watchdog.c \ + src/watchdog.c \ + src/watchdog.h + +test_watchdog_LDADD = \ + libsystemd-basic.la + systemd_initctl_SOURCES = \ src/initctl.c \ src/dbus-common.c @@ -858,7 +873,9 @@ systemd_shutdownd_LDADD = \ systemd_shutdown_SOURCES = \ src/mount-setup.c \ src/umount.c \ - src/shutdown.c + src/shutdown.c \ + src/watchdog.c \ + src/watchdog.h systemd_shutdown_LDADD = \ libsystemd-basic.la \