]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - conf/Makefile.am
testing: Use strongswan systemd service
[thirdparty/strongswan.git] / conf / Makefile.am
index 38181db2c2c2e6fd5a75afb52b7dc086f5da97b2..0080a559d3d00ed327a710c9ac43763e3e344edd 100644 (file)
@@ -61,13 +61,11 @@ plugins = \
        plugins/imc-hcd.opt \
        plugins/imc-os.opt \
        plugins/imc-scanner.opt \
-       plugins/imc-swid.opt \
        plugins/imc-swima.opt \
        plugins/imc-test.opt \
        plugins/imv-attestation.opt \
        plugins/imv-os.opt \
        plugins/imv-scanner.opt \
-       plugins/imv-swid.opt \
        plugins/imv-swima.opt \
        plugins/imv-test.opt \
        plugins/ipseckey.opt \
@@ -87,6 +85,7 @@ plugins = \
        plugins/random.opt \
        plugins/resolve.opt \
        plugins/revocation.opt \
+       plugins/save-keys.opt \
        plugins/socket-default.opt \
        plugins/sql.opt \
        plugins/stroke.opt \
@@ -102,6 +101,7 @@ plugins = \
        plugins/updown.opt \
        plugins/vici.opt \
        plugins/whitelist.opt \
+       plugins/wolfssl.opt \
        plugins/xauth-eap.opt \
        plugins/xauth-pam.opt
 
@@ -174,7 +174,7 @@ install-data-local: $(plugins_install_src)
        test -e "$(DESTDIR)${strongswanconfdir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanconfdir)" || true
        test -e "$(DESTDIR)${strongswanddir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanddir)" || true
        test -e "$(DESTDIR)${charonconfdir}" || $(INSTALL) -d "$(DESTDIR)$(charonconfdir)" || true
-       test -e "$(DESTDIR)$(strongswanconfdir)/strongswan.conf" || $(INSTALL) -m 644 $(srcdir)/strongswan.conf $(DESTDIR)$(strongswanconfdir)/strongswan.conf || true
+       test -e "$(DESTDIR)$(strongswan_conf)" || $(INSTALL) -m 644 $(srcdir)/strongswan.conf $(DESTDIR)$(strongswan_conf) || true
        for f in $(options_install_src); do \
                name=`basename $$f`; \
                test -f "$(DESTDIR)$(strongswanddir)/$$name" || $(INSTALL) -m 644 "$(srcdir)/$$f" "$(DESTDIR)$(strongswanddir)/$$name" || true; \