diff options
author | Martin Willi <martin@revosec.ch> | 2010-08-12 14:37:45 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-08-12 14:46:57 +0200 |
commit | 8f01815143688b49e1a5b89d84950d9558fb7867 (patch) | |
tree | 4cef0b4739c14a564f73cabadd1b8ccb02ee8103 /scripts | |
parent | 9e2c88b98d3f5d5c2f35935b2618ca41d368832c (diff) | |
download | strongswan-8f01815143688b49e1a5b89d84950d9558fb7867.tar.bz2 strongswan-8f01815143688b49e1a5b89d84950d9558fb7867.tar.xz |
Build dedicated plugin lists for each strongSwan component
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 70a56f697..5fdb8c660 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan AM_CFLAGS = \ --DPLUGINS="\"${libstrongswan_plugins}\"" +-DPLUGINS="\"${crypto_plugins}\"" noinst_PROGRAMS = bin2array bin2sql id2sql key2keyid keyid2sql \ thread_analysis dh_speed pubkey_speed |