aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0a32ea476..c079bdee4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,10 +8,6 @@ if USE_LIBHYDRA
SUBDIRS += libhydra
endif
-if USE_LIBCHARON
- SUBDIRS += libcharon
-endif
-
if USE_SIMAKA
SUBDIRS += libsimaka
endif
@@ -20,6 +16,10 @@ if USE_TLS
SUBDIRS += libtls
endif
+if USE_LIBCHARON
+ SUBDIRS += libcharon
+endif
+
if USE_FILE_CONFIG
SUBDIRS += libfreeswan starter
endif