Skip to content

Commit 5945781

Browse files
committed
Remove VS2015 project files from Makefile.am
These are no longer in the repository, so we don't need to `dist` them.
1 parent 0187478 commit 5945781

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Makefile.am

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,7 @@ EXTRA_DIST = \
5454
doc/Doxyfile.in \
5555
doc/opus_logo.svg \
5656
doc/Makefile \
57-
unix/Makefile \
58-
win32/VS2015/opusfile.sln \
59-
win32/VS2015/opusfile.vcxproj \
60-
win32/VS2015/opusfile.vcxproj.filters \
61-
win32/VS2015/opusfile_example.vcxproj \
62-
win32/VS2015/opusfile_example.vcxproj.filters \
63-
win32/VS2015/seeking_example.vcxproj \
64-
win32/VS2015/seeking_example.vcxproj.filters
57+
unix/Makefile
6558

6659
# Targets to build and install just the library without the docs
6760
opusfile install-opusfile: NO_DOXYGEN = 1

0 commit comments

Comments
 (0)