chiark / gitweb /
timedatectl: introduce new command line client for timedated
[elogind.git] / Makefile.am
index 0a3ed18a4e82d491cdb49e17c6e0b1313cf52d38..06dd1b1a864d8da55ae78cda5c2097c20d6c5731 100644 (file)
@@ -3194,6 +3194,24 @@ MANPAGES_ALIAS += \
        man/systemd-timedated.8
 
 man/systemd-timedated.8: man/systemd-timedated.service.8
+
+timedatectl_SOURCES = \
+       src/timedate/timedatectl.c
+
+timedatectl_CFLAGS = \
+       $(AM_CFLAGS) \
+       $(DBUS_CFLAGS)
+
+timedatectl_LDADD = \
+       libsystemd-shared.la \
+       libsystemd-dbus.la
+
+bin_PROGRAMS += \
+       timedatectl
+
+MANPAGES += \
+       man/timedatectl.1
+
 endif
 
 polkitpolicy_in_files += \