diff options
-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}\"" |