diff options
author | Martin Willi <martin@revosec.ch> | 2014-07-17 16:16:23 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-09-22 13:55:11 +0200 |
commit | 73ed38e74f841471bfa9b6380e96284158e2bef4 (patch) | |
tree | b3d1ceb352ddfc0f2f764cf7c9cc6217a03aa232 /init | |
parent | d9a2f1330a72acbde909688f91086fee5c34309b (diff) | |
download | strongswan-73ed38e74f841471bfa9b6380e96284158e2bef4.tar.bz2 strongswan-73ed38e74f841471bfa9b6380e96284158e2bef4.tar.xz |
systemd: Provide a charon-systemd daemon targeting full systemd integration
Diffstat (limited to 'init')
-rw-r--r-- | init/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Makefile.am b/init/Makefile.am index 69439a10a..83faf9d43 100644 --- a/init/Makefile.am +++ b/init/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = -if HAVE_SYSTEMD +if USE_LEGACY_SYSTEMD SUBDIRS += systemd endif |