aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-12-07 10:25:01 +0000
committerMartin Willi <martin@strongswan.org>2007-12-07 10:25:01 +0000
commit98d0002644550f82e79c0ee8121629a453dbb4c7 (patch)
treeb4c61b66d7fd7d4531b487f1d86b49bca30840f2 /src/Makefile.am
parent81edb520b289ede538edcf8f43f3e28da79ee2eb (diff)
downloadstrongswan-98d0002644550f82e79c0ee8121629a453dbb4c7.tar.bz2
strongswan-98d0002644550f82e79c0ee8121629a453dbb4c7.tar.xz
fixed build when using --disable-pluto
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 97542c62c..da498feba 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