Commit 36266fc0 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub
Browse files

Fix "make dist" error - remove Visual Studio project files from

distribution
parent 6445c2de
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
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.%
+1 −1
Original line number Diff line number Diff line
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.%