chiark / gitweb /
notify: add systemd-notify command line tool
[elogind.git] / Makefile.am
index 3e77a4737be34a38d40f4f567e90cf1ccf787bd3..197407cdb05a750f6a453cfae1d0f8383aeea6c1 100644 (file)
@@ -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 \