]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/Makefile.am
nm: Make local identity configurable
[thirdparty/strongswan.git] / src / Makefile.am
index 938335e7837bbe6d5d1388a8a94278d8d58f2b47..b28aba75e98ba6530b268d0fa628410056591a0e 100644 (file)
@@ -88,10 +88,6 @@ if USE_CONFTEST
   SUBDIRS += conftest
 endif
 
-if USE_DUMM
-  SUBDIRS += dumm
-endif
-
 if USE_FAST
   SUBDIRS += libfast
 endif
@@ -128,6 +124,14 @@ 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
@@ -136,6 +140,10 @@ if USE_AIKGEN
   SUBDIRS += aikgen
 endif
 
-if USE_AIKPUB2
-  SUBDIRS += aikpub2
+if USE_TPM
+  SUBDIRS += tpm_extendpcr
+endif
+
+if USE_KERNEL_NETLINK
+  SUBDIRS += xfrmi
 endif