diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-23 17:52:04 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-27 22:10:14 -0500 |
commit | 2ca0435be9359bde3020eeb528c2a6d72ac1e0b0 (patch) | |
tree | d59e868fb0881a72d6ea3aca46b797b1eb907239 /Makefile.am | |
parent | 5674767ec2cf7d168fe9c30f78074231fbe3408c (diff) |
systemd-activate: add a socket-activation test tool
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc0d4da22f..d00ca113e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2314,6 +2314,18 @@ EXTRA_DIST += \ src/libsystemd-id128/libsystemd-id128.sym # ------------------------------------------------------------------------------ + +rootlibexec_PROGRAMS += \ + systemd-activate + +systemd_activate_SOURCES = \ + src/activate/activate.c + +systemd_activate_LDADD = \ + libsystemd-shared.la \ + libsystemd-daemon.la + +# ------------------------------------------------------------------------------ systemd_journald_SOURCES = \ src/journal/journald.c \ src/journal/journald-server.h @@ -2559,6 +2571,8 @@ libsystemd-journal-uninstall-hook: INSTALL_EXEC_HOOKS += libsystemd-journal-install-hook UNINSTALL_EXEC_HOOKS += libsystemd-journal-uninstall-hook +# ------------------------------------------------------------------------------ + # Update catalog on installation. Do not bother if installing # in DESTDIR, since this is likely for packaging purposes. catalog-update-hook: |