summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-15 14:08:28 +0100
committerLennart Poettering <lennart@poettering.net>2016-02-15 14:08:28 +0100
commit4d5d9d001105507ee40ff56f0456053c2c7ed6d3 (patch)
tree03c470a4c31d1d6f9f041863a94ea1452dbc9b88 /Makefile.am
parent3aa3d5d412d9d7f548c08b2d060331437ed7d514 (diff)
parent7f6e804332f50dbd52afe04f5c3ce9db1072c98b (diff)
Merge pull request #2596 from keszybz/move-activate-to-bin
Move activate to bin, extend --fdnames functionality
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 676d97c7d4..da94b502a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3875,13 +3875,13 @@ tests += \
# ------------------------------------------------------------------------------
-rootlibexec_PROGRAMS += \
- systemd-activate
+bin_PROGRAMS += \
+ systemd-socket-activate
-systemd_activate_SOURCES = \
+systemd_socket_activate_SOURCES = \
src/activate/activate.c
-systemd_activate_LDADD = \
+systemd_socket_activate_LDADD = \
libshared.la
# ------------------------------------------------------------------------------