1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Fix all autotools warnings from libsndfile.

(Older) autoreconf versions will fail if the autotools warnings are not
addressed.
This commit is contained in:
benjamin.drung@gmail.com
2013-11-13 20:41:32 +00:00
parent 75100a1478
commit 714bb0343c
37 changed files with 17295 additions and 5333 deletions

View File

@@ -4,7 +4,7 @@ bin_PROGRAMS = sndfile-regtest
noinst_HEADERS = regtest.h
INCLUDES = -I$(top_srcdir)/src $(SQLITE3_CFLAGS) $(OS_SPECIFIC_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/src $(SQLITE3_CFLAGS) $(OS_SPECIFIC_CFLAGS)
sndfile_regtest_SOURCES = sndfile-regtest.c database.c checksum.c
sndfile_regtest_LDADD = $(top_builddir)/src/libsndfile.la $(SQLITE3_LIBS)