]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/Makefile.am
ikev1: Get and set the lifetimes of the selected proposal/transform
[thirdparty/strongswan.git] / src / Makefile.am
index c412d91812f92d3c70440945af65678ba3b21a32..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,10 +69,10 @@ if USE_STROKE
 endif
 
 if USE_UPDOWN
-  SUBDIRS += _updown _updown_espmark
+  SUBDIRS += _updown
 endif
 
-if USE_TOOLS
+if USE_SCEPCLIENT
   SUBDIRS += scepclient
 endif
 
@@ -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
@@ -135,3 +139,11 @@ endif
 if USE_AIKGEN
   SUBDIRS += aikgen
 endif
+
+if USE_TPM
+  SUBDIRS += tpm_extendpcr
+endif
+
+if USE_KERNEL_NETLINK
+  SUBDIRS += xfrmi
+endif