summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2008-09-01 17:27:14 -0400
committerVladislav Vaintroub <vvaintroub@mysql.com>2008-09-01 17:27:14 -0400
commit36266fc085da03b71a638885a24ce8c155439799 (patch)
treec7fbcc2ecd9c8997bea8bab4aca56f53d1a5fa6f /extra
parent6445c2deae69df41dbe6615d1df081eb67101e1d (diff)
downloadmariadb-git-36266fc085da03b71a638885a24ce8c155439799.tar.gz
Fix "make dist" error - remove Visual Studio project files from
distribution
Diffstat (limited to 'extra')
-rw-r--r--extra/yassl/Makefile.am3
-rw-r--r--extra/yassl/taocrypt/Makefile.am2
2 files changed, 2 insertions, 3 deletions
diff --git a/extra/yassl/Makefile.am b/extra/yassl/Makefile.am
index 1c0e13c511a..ddd57d60a99 100644
--- a/extra/yassl/Makefile.am
+++ b/extra/yassl/Makefile.am
@@ -1,6 +1,5 @@
SUBDIRS = taocrypt src testsuite
-EXTRA_DIST = yassl.dsp yassl.dsw yassl.vcproj \
- CMakeLists.txt
+EXTRA_DIST = CMakeLists.txt
# Don't update the files from bitkeeper
%::SCCS/s.%
diff --git a/extra/yassl/taocrypt/Makefile.am b/extra/yassl/taocrypt/Makefile.am
index ac56cfdcf09..11fea2064f0 100644
--- a/extra/yassl/taocrypt/Makefile.am
+++ b/extra/yassl/taocrypt/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = src test benchmark
-EXTRA_DIST = taocrypt.dsw taocrypt.dsp taocrypt.vcproj CMakeLists.txt $(wildcard mySTL/*.hpp)
+EXTRA_DIST = CMakeLists.txt $(wildcard mySTL/*.hpp)
# Don't update the files from bitkeeper
%::SCCS/s.%