diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-07-23 11:26:58 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-07-23 11:41:54 -0400 |
commit | 41f1a1da57a0cef035d1f78c21bcff3dc3f76f79 (patch) | |
tree | de4d422d55456696ac6f10804211afbef6c24fb8 /Makefile.am | |
parent | 21bf2ab082b42f03df5b4685df2fddc4d6e0d572 (diff) |
remove systemd-timestamp from sources
No sense in keeping this around if support for reading RD_TIMESTAMP has
been removed.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index 7933de677a..d013dfd85f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -315,7 +315,6 @@ rootlibexec_PROGRAMS = \ systemd-remount-fs \ systemd-reply-password \ systemd-fsck \ - systemd-timestamp \ systemd-ac-power \ systemd-sysctl \ systemd-sleep @@ -1607,13 +1606,6 @@ systemd_fsck_LDADD = \ libudev.la # ------------------------------------------------------------------------------ -systemd_timestamp_SOURCES = \ - src/timestamp/timestamp.c - -systemd_timestamp_LDADD = \ - libsystemd-shared.la - -# ------------------------------------------------------------------------------ systemd_ac_power_SOURCES = \ src/ac-power/ac-power.c |