diff options
author | Martin Willi <martin@strongswan.org> | 2008-07-21 11:16:07 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-07-21 11:16:07 +0000 |
commit | 6b64fe2684e7ca431b131ef7c3542d54c6495444 (patch) | |
tree | c597840371f0434cc31f1ef320e26959a3c6c8b5 | |
parent | c7314e68ab85963823e8077a6cf96c8bf4fc0e2a (diff) | |
download | strongswan-6b64fe2684e7ca431b131ef7c3542d54c6495444.tar.bz2 strongswan-6b64fe2684e7ca431b131ef7c3542d54c6495444.tar.xz |
loading unit-tester plugin as the last one
-rw-r--r-- | src/charon/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am index 9a04055c3..782b2a9ba 100644 --- a/src/charon/Makefile.am +++ b/src/charon/Makefile.am @@ -135,11 +135,6 @@ endif SUBDIRS = . PLUGINS = ${libstrongswan_plugins} -if USE_UNIT_TESTS - SUBDIRS += plugins/unit_tester - PLUGINS += unit-tester -endif - if USE_STROKE SUBDIRS += plugins/stroke PLUGINS += stroke @@ -190,5 +185,10 @@ if USE_UCI PLUGINS += uci endif +if USE_UNIT_TESTS + SUBDIRS += plugins/unit_tester + PLUGINS += unit-tester +endif + AM_CFLAGS += -DPLUGINS=\""${PLUGINS}\"" |