strongswan/init/Makefile.am

15 lines
153 B
Makefile

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