From 6b6c36d3e19702e737ad1cb36ec9d5c214c04e38 Mon Sep 17 00:00:00 2001 From: Isamu Mogi Date: Fri, 1 Jun 2018 21:49:08 +0900 Subject: [PATCH] Update Visual Studio files on EXTRA_DIST This fixes following error on `make dist`: ``` make[6]: *** No rule to make target `SoundTouch.dsp', needed by `distdir-am'. Stop. ``` --- source/SoundStretch/Makefile.am | 2 +- source/SoundTouch/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/SoundStretch/Makefile.am b/source/SoundStretch/Makefile.am index a87e841..ac5292c 100644 --- a/source/SoundStretch/Makefile.am +++ b/source/SoundStretch/Makefile.am @@ -27,7 +27,7 @@ bin_PROGRAMS=soundstretch noinst_HEADERS=RunParameters.h WavFile.h # extra files to include in distribution tarball -EXTRA_DIST=soundstretch.dsp soundstretch.dsw soundstretch.sln soundstretch.vcproj +EXTRA_DIST=soundstretch.sln soundstretch.vcxproj ## for every name listed under bin_PROGRAMS, you have a _SOURCES. This lists ## all the sources in the current directory that are used to build soundstretch. diff --git a/source/SoundTouch/Makefile.am b/source/SoundTouch/Makefile.am index 58c9e33..930669f 100644 --- a/source/SoundTouch/Makefile.am +++ b/source/SoundTouch/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/config/am_include.mk # set to something if you want other stuff to be included in the distribution tarball -EXTRA_DIST=SoundTouch.dsp SoundTouch.dsw SoundTouch.sln SoundTouch.vcproj +EXTRA_DIST=SoundTouch.sln SoundTouch.vcxproj noinst_HEADERS=AAFilter.h cpu_detect.h cpu_detect_x86.cpp FIRFilter.h RateTransposer.h TDStretch.h PeakFinder.h