libcharon plugins depend on libtls and/or libsimaka

This commit is contained in:
Andreas Steffen
2011-01-07 06:28:08 +01:00
parent 3e348daae5
commit 1f7aad7f58
+4 -4
View File
@@ -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