Merge branch 'add-interpolate-h-to-noinst-headers' into 'master'

Add Interpolate*.h to noinst_HEADERS

See merge request soundtouch/soundtouch!4
This commit is contained in:
Olli 2018-08-08 17:57:50 +00:00
commit 1f7f681f9d

View File

@ -22,7 +22,8 @@ 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
noinst_HEADERS=AAFilter.h cpu_detect.h cpu_detect_x86.cpp FIRFilter.h RateTransposer.h TDStretch.h PeakFinder.h
noinst_HEADERS=AAFilter.h cpu_detect.h cpu_detect_x86.cpp FIRFilter.h RateTransposer.h TDStretch.h PeakFinder.h \
InterpolateCubic.h InterpolateLinear.h InterpolateShannon.h
lib_LTLIBRARIES=libSoundTouch.la
#