Return to Makefile.am CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / init |
1.1 misho 1: 2: SUBDIRS = 3: 4: if USE_LEGACY_SYSTEMD 5: if USE_CHARON 6: SUBDIRS += systemd-starter 7: endif 8: endif 9: 10: if USE_SYSTEMD 11: if USE_SWANCTL 12: SUBDIRS += systemd 13: endif 14: endif