chiark / gitweb /
service: document new Type=idle
[elogind.git] / Makefile.am
index b503b0124ebab4affd6329d9e004cf3cdb6c9560..41fd773795c846dd9950b4448421500961a054b2 100644 (file)
@@ -297,7 +297,8 @@ dist_systemunit_DATA = \
        units/systemd-ask-password-console.path \
        units/syslog.target \
        units/systemd-udev-control.socket \
-       units/systemd-udev-kernel.socket
+       units/systemd-udev-kernel.socket \
+       units/systemd-timedated-ntp.target
 
 nodist_systemunit_DATA = \
        units/getty@.service \
@@ -903,7 +904,8 @@ test_job_type_CFLAGS = \
        $(DBUS_CFLAGS)
 
 test_job_type_LDADD = \
-       libsystemd-core.la
+       libsystemd-core.la \
+       libsystemd-daemon.la
 
 test_ns_SOURCES = \
        src/test/test-ns.c