SUBDIRS += libstrongswan
endif
-if USE_LIBHYDRA
- SUBDIRS += libhydra
-endif
-
if USE_LIBIPSEC
SUBDIRS += libipsec
endif
SUBDIRS += libimcv
endif
-if USE_PTS
- SUBDIRS += libpts
-endif
-
if USE_LIBCHARON
SUBDIRS += libcharon
endif
SUBDIRS += charon
endif
+if USE_SYSTEMD
+ SUBDIRS += charon-systemd
+endif
+
if USE_NM
SUBDIRS += charon-nm
endif
endif
if USE_UPDOWN
- SUBDIRS += _updown _updown_espmark
+ SUBDIRS += _updown
+endif
+
+if USE_SCEPCLIENT
+ SUBDIRS += scepclient
endif
-if USE_TOOLS
- SUBDIRS += scepclient pki
+if USE_PKI
+ SUBDIRS += pki
endif
if USE_SWANCTL