moved checksum_builder/libchechsum to top srcdir to respect build order
This commit is contained in:
+1
-1
@@ -1253,7 +1253,6 @@ AC_OUTPUT(
|
|||||||
src/Makefile
|
src/Makefile
|
||||||
src/include/Makefile
|
src/include/Makefile
|
||||||
src/libstrongswan/Makefile
|
src/libstrongswan/Makefile
|
||||||
src/libstrongswan/checksum/Makefile
|
|
||||||
src/libstrongswan/plugins/aes/Makefile
|
src/libstrongswan/plugins/aes/Makefile
|
||||||
src/libstrongswan/plugins/des/Makefile
|
src/libstrongswan/plugins/des/Makefile
|
||||||
src/libstrongswan/plugins/blowfish/Makefile
|
src/libstrongswan/plugins/blowfish/Makefile
|
||||||
@@ -1318,6 +1317,7 @@ AC_OUTPUT(
|
|||||||
src/libfast/Makefile
|
src/libfast/Makefile
|
||||||
src/manager/Makefile
|
src/manager/Makefile
|
||||||
src/medsrv/Makefile
|
src/medsrv/Makefile
|
||||||
|
src/checksum/Makefile
|
||||||
scripts/Makefile
|
scripts/Makefile
|
||||||
testing/Makefile
|
testing/Makefile
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -44,6 +44,10 @@ if USE_MEDSRV
|
|||||||
SUBDIRS += medsrv
|
SUBDIRS += medsrv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_INTEGRITY_TEST
|
||||||
|
SUBDIRS += checksum
|
||||||
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = strongswan.conf
|
EXTRA_DIST = strongswan.conf
|
||||||
|
|
||||||
install-exec-local :
|
install-exec-local :
|
||||||
|
|||||||
@@ -197,7 +197,3 @@ endif
|
|||||||
if USE_TEST_VECTORS
|
if USE_TEST_VECTORS
|
||||||
SUBDIRS += plugins/test_vectors
|
SUBDIRS += plugins/test_vectors
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_INTEGRITY_TEST
|
|
||||||
SUBDIRS += checksum
|
|
||||||
endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user