moved checksum_builder/libchechsum to top srcdir to respect build order

This commit is contained in:
Martin Willi 2009-06-22 12:47:09 +02:00
parent e4e6a77a80
commit 67a7bb02ef
6 changed files with 5 additions and 5 deletions

View File

@ -1253,7 +1253,6 @@ AC_OUTPUT(
src/Makefile
src/include/Makefile
src/libstrongswan/Makefile
src/libstrongswan/checksum/Makefile
src/libstrongswan/plugins/aes/Makefile
src/libstrongswan/plugins/des/Makefile
src/libstrongswan/plugins/blowfish/Makefile
@ -1318,6 +1317,7 @@ AC_OUTPUT(
src/libfast/Makefile
src/manager/Makefile
src/medsrv/Makefile
src/checksum/Makefile
scripts/Makefile
testing/Makefile
)

View File

@ -44,6 +44,10 @@ if USE_MEDSRV
SUBDIRS += medsrv
endif
if USE_INTEGRITY_TEST
SUBDIRS += checksum
endif
EXTRA_DIST = strongswan.conf
install-exec-local :

View File

@ -197,7 +197,3 @@ endif
if USE_TEST_VECTORS
SUBDIRS += plugins/test_vectors
endif
if USE_INTEGRITY_TEST
SUBDIRS += checksum
endif