From 1f7aad7f584f5ac1b09b37d130050fae18a742b2 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 7 Jan 2011 06:28:08 +0100 Subject: [PATCH] libcharon plugins depend on libtls and/or libsimaka --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0a32ea4760..c079bdee43 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 -- 2.47.2