strongswan/init/Makefile.am
Romain Francoise f5db98c038 init: Don't build/install legacy systemd service if charon isn't built
If the user configures the build to only include charon-systemd the
"legacy" systemd service isn't useful, so skip its generation and
installation.
2015-05-04 13:25:30 +02:00

15 lines
153 B
Makefile

SUBDIRS =
if USE_LEGACY_SYSTEMD
if USE_CHARON
SUBDIRS += systemd
endif
endif
if USE_SYSTEMD
if USE_SWANCTL
SUBDIRS += systemd-swanctl
endif
endif