strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7314e6
)
loading unit-tester plugin as the last one
author
Martin Willi
<martin@strongswan.org>
Mon, 21 Jul 2008 11:16:07 +0000
(11:16 -0000)
committer
Martin Willi
<martin@strongswan.org>
Mon, 21 Jul 2008 11:16:07 +0000
(11:16 -0000)
src/charon/Makefile.am
patch
|
blob
|
history
diff --git
a/src/charon/Makefile.am
b/src/charon/Makefile.am
index
9a04055
..
782b2a9
100644
(file)
--- 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}\""