]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/Makefile.am
nm: Make local identity configurable
[thirdparty/strongswan.git] / src / Makefile.am
index f290d9c85ba2cb68743a2f48cd3ddf5ae21b672f..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,19 +69,23 @@ if USE_STROKE
 endif
 
 if USE_UPDOWN
-  SUBDIRS += _updown _updown_espmark
+  SUBDIRS += _updown
 endif
 
-if USE_TOOLS
-  SUBDIRS += openac scepclient pki
+if USE_SCEPCLIENT
+  SUBDIRS += scepclient
 endif
 
-if USE_CONFTEST
-  SUBDIRS += conftest
+if USE_PKI
+  SUBDIRS += pki
+endif
+
+if USE_SWANCTL
+  SUBDIRS += swanctl
 endif
 
-if USE_DUMM
-  SUBDIRS += dumm
+if USE_CONFTEST
+  SUBDIRS += conftest
 endif
 
 if USE_FAST
@@ -112,16 +116,34 @@ 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
 
-EXTRA_DIST = strongswan.conf
+if USE_AIKGEN
+  SUBDIRS += aikgen
+endif
+
+if USE_TPM
+  SUBDIRS += tpm_extendpcr
+endif
 
-install-exec-local :
-               test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
-               test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true
+if USE_KERNEL_NETLINK
+  SUBDIRS += xfrmi
+endif