From 58f0b3185a5de17427d9a2dab5b4cd319aaf38a3 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Mon, 1 Sep 2008 17:27:14 -0400 Subject: Fix "make dist" error - remove Visual Studio project files from distribution --- extra/yassl/Makefile.am | 3 +-- extra/yassl/taocrypt/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'extra/yassl') 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.% -- cgit v1.2.1