diff options
author | René Mayrhofer <rene@mayrhofer.eu.org> | 2011-05-19 13:41:58 +0200 |
---|---|---|
committer | René Mayrhofer <rene@mayrhofer.eu.org> | 2011-05-19 13:41:58 +0200 |
commit | b590992f735393c97489fce191e7810eaae4f6d7 (patch) | |
tree | 286595c4aa43dbf3d616d816e5fade6ac364771a /src/Makefile.am | |
parent | 2fce29055b7b5bc2860d503d1ae822931f80b7aa (diff) | |
parent | 0a9d51a49042a68daa15b0c74a2b7f152f52606b (diff) | |
download | vyos-strongswan-b590992f735393c97489fce191e7810eaae4f6d7.tar.gz vyos-strongswan-b590992f735393c97489fce191e7810eaae4f6d7.zip |
Merge upstream version 4.5.2
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c631adff2..cd75de5e9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,10 +16,6 @@ if USE_TLS SUBDIRS += libtls endif -<<<<<<< HEAD -if USE_FILE_CONFIG - SUBDIRS += libfreeswan starter ipsec _copyright -======= if USE_LIBCHARON SUBDIRS += libcharon endif @@ -30,7 +26,6 @@ endif if USE_IPSEC_SCRIPT SUBDIRS += ipsec _copyright ->>>>>>> upstream/4.5.1 endif if USE_PLUTO @@ -38,11 +33,7 @@ if USE_PLUTO endif if USE_CHARON -<<<<<<< HEAD - SUBDIRS += libcharon charon -======= SUBDIRS += charon ->>>>>>> upstream/4.5.1 endif if USE_STROKE @@ -57,13 +48,10 @@ if USE_TOOLS SUBDIRS += libfreeswan openac scepclient pki endif -<<<<<<< HEAD -======= if USE_CONFTEST SUBDIRS += conftest endif ->>>>>>> upstream/4.5.1 if USE_DUMM SUBDIRS += dumm endif @@ -88,8 +76,4 @@ EXTRA_DIST = strongswan.conf install-exec-local : test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)" -<<<<<<< HEAD - test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true -======= test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true ->>>>>>> upstream/4.5.1 |