1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-03 15:43:50 +01:00

Fix autotools warnings from libsamplerate.

(Older) autoreconf versions will fail if the autotools warnings are not
addressed.
This commit is contained in:
benjamin.drung@gmail.com
2013-11-13 12:15:34 +00:00
parent 7a5f6fbbf3
commit 75100a1478
13 changed files with 87 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ noinst_PROGRAMS = misc_test termination_test simple_test callback_test \
downsample_test
SAMPLRATEDIR =../src
INCLUDES = -I$(srcdir)/$(SAMPLRATEDIR)
AM_CPPFLAGS = -I$(srcdir)/$(SAMPLRATEDIR)
noinst_HEADERS = util.h
#===============================================================================