chiark / gitweb /
timesyncd: add unit and man page
[elogind.git] / Makefile.am
index 7783882d122a78e3b7c37751dcb139901628627c..4661a2a3a9a145343c0d0736193bb47ae0d906b8 100644 (file)
@@ -4023,8 +4023,14 @@ systemd_timesyncd_LDADD = \
        libsystemd-shared.la \
        -lm
 
-noinst_PROGRAMS += \
+rootlibexec_PROGRAMS += \
        systemd-timesyncd
+
+nodist_systemunit_DATA += \
+       units/systemd-timesyncd.service
+
+EXTRA_DIST += \
+       units/systemd-timesyncd.service.in
 endif
 
 # ------------------------------------------------------------------------------