diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2008-09-01 17:27:14 -0400 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2008-09-01 17:27:14 -0400 |
commit | 58f0b3185a5de17427d9a2dab5b4cd319aaf38a3 (patch) | |
tree | c7fbcc2ecd9c8997bea8bab4aca56f53d1a5fa6f /extra/yassl/taocrypt/Makefile.am | |
parent | 51bd4415cced1887cf23b99c935cadf601b8f638 (diff) | |
download | mariadb-git-58f0b3185a5de17427d9a2dab5b4cd319aaf38a3.tar.gz |
Fix "make dist" error - remove Visual Studio project files from
distribution
Diffstat (limited to 'extra/yassl/taocrypt/Makefile.am')
-rw-r--r-- | extra/yassl/taocrypt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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.% |