X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=197407cdb05a750f6a453cfae1d0f8383aeea6c1;hb=08bfb8106b3a337ebf9a4bf3a8ddd2e494d18b48;hp=3e77a4737be34a38d40f4f567e90cf1ccf787bd3;hpb=1ebdf2d8793181f31b766b8342391aa1978f9917;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 3e77a4737..197407cdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,8 @@ AM_CPPFLAGS = \ rootbin_PROGRAMS = \ systemd \ - systemctl + systemctl \ + systemd-notify bin_PROGRAMS = \ systemd-install @@ -373,6 +374,11 @@ systemctl_SOURCES = \ systemctl_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) systemctl_LDADD = $(DBUS_LIBS) +systemd_notify_SOURCES = \ + src/notify.c \ + src/sd-daemon.c \ + $(BASIC_SOURCES) + systemd_install_SOURCES = \ src/install.c \ src/path-lookup.c \