summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7783882d12..4661a2a3a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
# ------------------------------------------------------------------------------