summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-04-29 08:57:51 +0200
committerKay Sievers <kay@vrfy.org>2014-04-29 09:51:53 +0200
commita91df40e69fec72cc98c9829721fa5153da28bc2 (patch)
tree7d1da98b41e9860df7b3d2d704ecb54618fe14aa /Makefile.am
parent0b36bbc42d3a408531517a02acaf56105b863d55 (diff)
timesyncd: add unit and man page
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
# ------------------------------------------------------------------------------