diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-01-07 06:28:08 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-01-07 06:28:08 +0100 |
commit | 1f7aad7f584f5ac1b09b37d130050fae18a742b2 (patch) | |
tree | 30e91f86d8700155b581b0182c2c26c1ae5689c2 | |
parent | 3e348daae53876088d3dc6305f17618eb59e678b (diff) | |
download | strongswan-1f7aad7f584f5ac1b09b37d130050fae18a742b2.tar.bz2 strongswan-1f7aad7f584f5ac1b09b37d130050fae18a742b2.tar.xz |
libcharon plugins depend on libtls and/or libsimaka
-rw-r--r-- | src/Makefile.am | 8 |
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 |