diff options
author | Martin Willi <martin@strongswan.org> | 2008-04-15 07:57:01 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-04-15 07:57:01 +0000 |
commit | 82d8368bd7f4bdda1690e4a5b8b057d88f816d69 (patch) | |
tree | 87386aa40d9166a13786391faa7fb2e4e2562914 | |
parent | 6a365f0740ff683de52751c1c2903b0ddb6a7e0c (diff) | |
download | strongswan-82d8368bd7f4bdda1690e4a5b8b057d88f816d69.tar.bz2 strongswan-82d8368bd7f4bdda1690e4a5b8b057d88f816d69.tar.xz |
build plugins after daemon/libstrongswan
-rw-r--r-- | src/charon/Makefile.am | 2 | ||||
-rw-r--r-- | src/libstrongswan/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am index 7a1c2e52f..b7bf4c4f1 100644 --- a/src/charon/Makefile.am +++ b/src/charon/Makefile.am @@ -128,7 +128,7 @@ endif # build optional plugins ######################## -SUBDIRS = +SUBDIRS = . if USE_UNIT_TESTS SUBDIRS += plugins/unit_tester diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am index cb7e75039..748da9838 100644 --- a/src/libstrongswan/Makefile.am +++ b/src/libstrongswan/Makefile.am @@ -82,7 +82,7 @@ asn1/oid.h : asn1/oid.txt asn1/oid.pl # build plugins with their own Makefile ####################################### -SUBDIRS = +SUBDIRS = . if USE_AES SUBDIRS += plugins/aes |