X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=3d08d7cb9cd09dbe636d813ca3a17eb43c31566d;hb=819da59577758a7a328020546127091e45bc59e7;hp=7933de677a1c553421e41794872e6b74aca83e88;hpb=251cc8194228ac86c9a7a4c75a54a94cea2095c7;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 7933de677..3d08d7cb9 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 @@ -340,7 +339,8 @@ dist_bashcompletion_DATA = \ shell-completion/bash/journalctl \ shell-completion/bash/systemctl \ shell-completion/bash/systemd-analyze \ - shell-completion/bash/udevadm + shell-completion/bash/udevadm \ + shell-completion/bash/kernel-install dist_sysctl_DATA = \ sysctl.d/50-default.conf @@ -1606,13 +1606,6 @@ systemd_fsck_LDADD = \ libsystemd-dbus.la \ 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