]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/Makefile.am
nm: Make local identity configurable
[thirdparty/strongswan.git] / src / Makefile.am
index 4e4dfca5631df4a46a02c0e768aee7af391ace98..b28aba75e98ba6530b268d0fa628410056591a0e 100644 (file)
@@ -32,6 +32,10 @@ if USE_LIBPTTLS
   SUBDIRS += libpttls
 endif
 
+if USE_LIBTPMTSS
+  SUBDIRS += libtpmtss
+endif
+
 if USE_IMCV
   SUBDIRS += libimcv
 endif
@@ -84,10 +88,6 @@ if USE_CONFTEST
   SUBDIRS += conftest
 endif
 
-if USE_DUMM
-  SUBDIRS += dumm
-endif
-
 if USE_FAST
   SUBDIRS += libfast
 endif
@@ -124,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
@@ -132,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