shithub: opusfile

Download patch

ref: 594578117b399fb2bd36492675f816efbc040f80
parent: 0187478b2979a5f591140dec01e145f8b760d9ee
author: Ralph Giles <giles@thaumas.net>
date: Fri Apr 18 14:25:55 EDT 2025

Remove VS2015 project files from Makefile.am

These are no longer in the repository, so we don't need to `dist` them.

--- a/Makefile.am
+++ b/Makefile.am
@@ -54,14 +54,7 @@
  doc/Doxyfile.in \
  doc/opus_logo.svg \
  doc/Makefile \
- unix/Makefile \
- win32/VS2015/opusfile.sln \
- win32/VS2015/opusfile.vcxproj \
- win32/VS2015/opusfile.vcxproj.filters \
- win32/VS2015/opusfile_example.vcxproj \
- win32/VS2015/opusfile_example.vcxproj.filters \
- win32/VS2015/seeking_example.vcxproj \
- win32/VS2015/seeking_example.vcxproj.filters
+ unix/Makefile
 
 # Targets to build and install just the library without the docs
 opusfile install-opusfile: NO_DOXYGEN = 1
--