]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/Makefile.am
nm: Make local identity configurable
[thirdparty/strongswan.git] / src / Makefile.am
index 38e4b834dcc31cd9874a76e2aa6a1986008b11d0..b28aba75e98ba6530b268d0fa628410056591a0e 100644 (file)
@@ -4,10 +4,6 @@ if USE_LIBSTRONGSWAN
   SUBDIRS += libstrongswan
 endif
 
-if USE_LIBHYDRA
-  SUBDIRS += libhydra
-endif
-
 if USE_LIBIPSEC
   SUBDIRS += libipsec
 endif
@@ -36,12 +32,12 @@ if USE_LIBPTTLS
   SUBDIRS += libpttls
 endif
 
-if USE_IMCV
-  SUBDIRS += libimcv
+if USE_LIBTPMTSS
+  SUBDIRS += libtpmtss
 endif
 
-if USE_PTS
-  SUBDIRS += libpts
+if USE_IMCV
+  SUBDIRS += libimcv
 endif
 
 if USE_LIBCHARON
@@ -60,6 +56,10 @@ if USE_CHARON
   SUBDIRS += charon
 endif
 
+if USE_SYSTEMD
+  SUBDIRS += charon-systemd
+endif
+
 if USE_NM
   SUBDIRS += charon-nm
 endif
@@ -69,11 +69,15 @@ if USE_STROKE
 endif
 
 if USE_UPDOWN
-  SUBDIRS += _updown _updown_espmark
+  SUBDIRS += _updown
 endif
 
-if USE_TOOLS
-  SUBDIRS += scepclient pki
+if USE_SCEPCLIENT
+  SUBDIRS += scepclient
+endif
+
+if USE_PKI
+  SUBDIRS += pki
 endif
 
 if USE_SWANCTL
@@ -84,10 +88,6 @@ if USE_CONFTEST
   SUBDIRS += conftest
 endif
 
-if USE_DUMM
-  SUBDIRS += dumm
-endif
-
 if USE_FAST
   SUBDIRS += libfast
 endif
@@ -116,10 +116,22 @@ if USE_CMD
   SUBDIRS += charon-cmd
 endif
 
+if USE_SVC
+  SUBDIRS += charon-svc
+endif
+
 if USE_LIBPTTLS
   SUBDIRS += pt-tls-client
 endif
 
+if USE_IMC_SWIMA
+  SUBDIRS += sw-collector
+endif
+
+if USE_IMV_SWIMA
+  SUBDIRS += sec-updater
+endif
+
 if USE_INTEGRITY_TEST
   SUBDIRS += checksum
 endif
@@ -127,3 +139,11 @@ endif
 if USE_AIKGEN
   SUBDIRS += aikgen
 endif
+
+if USE_TPM
+  SUBDIRS += tpm_extendpcr
+endif
+
+if USE_KERNEL_NETLINK
+  SUBDIRS += xfrmi
+endif