| 1 | --- a/Makefile.am |
| 2 | +++ b/Makefile.am |
| 3 | @@ -1,4 +1,4 @@ |
| 4 | -SUBDIRS = src ctaocrypt examples testsuite sslSniffer |
| 5 | +SUBDIRS = src ctaocrypt |
| 6 | EXTRA_DIST = cyassl.dsp cyassl.dsw certs/*.pem certs/*.der certs/*.txt \ |
| 7 | lib/dummy cyassl.sln cyassl.vcproj cyassl-iphone.xcodeproj/project.pbxproj \ |
| 8 | doc/*.pdf swig/README swig/*.i swig/cyassl_adds.c swig/*.sh swig/runme.* \ |
| 9 | --- a/Makefile.in |
| 10 | +++ b/Makefile.in |
| 11 | @@ -193,7 +193,7 @@ target_os = @target_os@ |
| 12 | target_vendor = @target_vendor@ |
| 13 | top_builddir = @top_builddir@ |
| 14 | top_srcdir = @top_srcdir@ |
| 15 | -SUBDIRS = src ctaocrypt examples testsuite sslSniffer |
| 16 | +SUBDIRS = src ctaocrypt |
| 17 | EXTRA_DIST = cyassl.dsp cyassl.dsw certs/*.pem certs/*.der certs/*.txt \ |
| 18 | lib/dummy cyassl.sln cyassl.vcproj cyassl-iphone.xcodeproj/project.pbxproj \ |
| 19 | doc/*.pdf swig/README swig/*.i swig/cyassl_adds.c swig/*.sh swig/runme.* \ |
| 20 | @@ -643,7 +643,7 @@ uninstall-am: |
| 21 | |
| 22 | # !!!! first line of rule has to start with a hard (real) tab, not spaces |
| 23 | basic: |
| 24 | - cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../ |
| 25 | + cd src; $(MAKE); cd ../ |
| 26 | |
| 27 | openssl-links: |
| 28 | cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \ |
| 29 | --- a/ctaocrypt/Makefile.am |
| 30 | +++ b/ctaocrypt/Makefile.am |
| 31 | @@ -1,3 +1,3 @@ |
| 32 | -SUBDIRS = src test benchmark |
| 33 | +SUBDIRS = src |
| 34 | EXTRA_DIST = ctaocrypt.dsw ctaocrypt.dsp ctaocrypt.sln ctaocrypt.vcproj |
| 35 | |
| 36 | --- a/ctaocrypt/Makefile.in |
| 37 | +++ b/ctaocrypt/Makefile.in |
| 38 | @@ -177,7 +177,7 @@ target_os = @target_os@ |
| 39 | target_vendor = @target_vendor@ |
| 40 | top_builddir = @top_builddir@ |
| 41 | top_srcdir = @top_srcdir@ |
| 42 | -SUBDIRS = src test benchmark |
| 43 | +SUBDIRS = src |
| 44 | EXTRA_DIST = ctaocrypt.dsw ctaocrypt.dsp ctaocrypt.sln ctaocrypt.vcproj |
| 45 | all: all-recursive |
| 46 | |
| 47 | |