aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-12-13 10:54:29 +0000
committerMartin Willi <martin@strongswan.org>2007-12-13 10:54:29 +0000
commit26e24676922445a7f63defac5a675191d987d09b (patch)
treefab9d2dba7eb61639384ac8f8ed83cf61040a659 /src/Makefile.am
parent2a0ba292f2012d191a85a0c13c9c0de9a02a7f20 (diff)
downloadstrongswan-26e24676922445a7f63defac5a675191d987d09b.tar.bz2
strongswan-26e24676922445a7f63defac5a675191d987d09b.tar.xz
ported EAP-AKA branch into trunk
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index da498feba..e01ad84b4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,14 +4,13 @@ if USE_FILE_CONFIG
SUBDIRS += libfreeswan starter ipsec _copyright
endif
-if USE_PLUTO
- SUBDIRS += libcrypto pluto whack
-endif
-
if USE_LIBSTRONGSWAN
SUBDIRS += libstrongswan
endif
+if USE_PLUTO
+ SUBDIRS += libcrypto pluto whack
+endif
if USE_CHARON
SUBDIRS += charon
endif