mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
If the user configures the build to only include charon-systemd the "legacy" systemd service isn't useful, so skip its generation and installation.
15 lines
153 B
Makefile
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
|