From 7b8b9686e050a2b19ed2a3686af187dffaab5c08 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 6 May 2014 18:20:49 +0200 Subject: timesyncd: hook up systemd-timesyncd with systemd-timedated Later on we will probably remove support for controlling any other NTP implementations but systemd-timesyncd, but for now, let's keep things generic --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dc5737e06a..669eb338dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,6 +101,7 @@ udevrulesdir=$(udevlibexecdir)/rules.d udevhwdbdir=$(udevlibexecdir)/hwdb.d catalogdir=$(prefix)/lib/systemd/catalog kernelinstalldir = $(prefix)/lib/kernel/install.d +ntpunitsdir=$(prefix)/lib/systemd/ntp-units.d # And these are the special ones for / rootprefix=@rootprefix@ @@ -4055,6 +4056,9 @@ EXTRA_DIST += \ CLEANFILES += \ src/timesync/timesyncd.conf +dist_ntpunits_DATA = \ + src/timesync/90-systemd.list + endif # ------------------------------------------------------------------------------ -- cgit v1.2.3-54-g00ecf