From 6b64fe2684e7ca431b131ef7c3542d54c6495444 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 21 Jul 2008 11:16:07 +0000 Subject: [PATCH] loading unit-tester plugin as the last one --- src/charon/Makefile.am | 10 +++++----- 1 file 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}\""