moved checksum_builder/libchechsum to top srcdir to respect build order

This commit is contained in:
Martin Willi
2009-06-22 15:47:18 +02:00
parent e4e6a77a80
commit 67a7bb02ef
6 changed files with 5 additions and 5 deletions
+4
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 :
-4
View File
@@ -197,7 +197,3 @@ endif
if USE_TEST_VECTORS
SUBDIRS += plugins/test_vectors
endif
if USE_INTEGRITY_TEST
SUBDIRS += checksum
endif