diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-15 14:08:28 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-15 14:08:28 +0100 |
commit | 4d5d9d001105507ee40ff56f0456053c2c7ed6d3 (patch) | |
tree | 03c470a4c31d1d6f9f041863a94ea1452dbc9b88 /Makefile.am | |
parent | 3aa3d5d412d9d7f548c08b2d060331437ed7d514 (diff) | |
parent | 7f6e804332f50dbd52afe04f5c3ce9db1072c98b (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.am | 8 |
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 # ------------------------------------------------------------------------------ |