From: Martin Willi Date: Fri, 7 Dec 2007 10:25:01 +0000 (-0000) Subject: fixed build when using --disable-pluto X-Git-Tag: 4.1.10~22 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=98d0002644550f82e79c0ee8121629a453dbb4c7 fixed build when using --disable-pluto --- diff --git a/src/Makefile.am b/src/Makefile.am index 97542c6..da498fe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,11 @@ SUBDIRS = include +if USE_FILE_CONFIG + SUBDIRS += libfreeswan starter ipsec _copyright +endif + if USE_PLUTO - SUBDIRS += libfreeswan libcrypto pluto whack + SUBDIRS += libcrypto pluto whack endif if USE_LIBSTRONGSWAN @@ -16,10 +20,6 @@ if USE_STROKE SUBDIRS += stroke endif -if USE_FILE_CONFIG - SUBDIRS += starter ipsec _copyright -endif - if USE_PLUTO_OR_CHARON SUBDIRS += _updown _updown_espmark endif