blob: bca462d08cbafcb76efff67ddec7a56839b472c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- extra/yassl/taocrypt/Makefile.in.orig Thu Oct 26 14:02:59 2006
+++ extra/yassl/taocrypt/Makefile.in Tue Nov 7 08:18:38 2006
@@ -351,7 +351,7 @@
yassl_libs = @yassl_libs@
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
zlib_dir = @zlib_dir@
-SUBDIRS = src test benchmark
+SUBDIRS = src
EXTRA_DIST = taocrypt.dsw taocrypt.dsp taocrypt.vcproj CMakeLists.txt $(wildcard mySTL/*.hpp)
all: all-recursive
|