strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
init: Don't build/install legacy systemd service if charon isn't built
[strongswan.git]
/
init
/
Makefile.am
diff --git
a/init/Makefile.am
b/init/Makefile.am
index
a72706c
..
6fff422
100644
(file)
--- a/
init/Makefile.am
+++ b/
init/Makefile.am
@@
-2,8
+2,10
@@
SUBDIRS =
if USE_LEGACY_SYSTEMD
+if USE_CHARON
SUBDIRS += systemd
endif
+endif
if USE_SYSTEMD
if USE_SWANCTL