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:
@@ -276,7 +276,6 @@ ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
|
||||
AMTAR = @AMTAR@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
AR = @AR@
|
||||
@@ -411,7 +410,7 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
SAMPLRATEDIR = ../src
|
||||
INCLUDES = -I$(srcdir)/$(SAMPLRATEDIR)
|
||||
AM_CPPFLAGS = -I$(srcdir)/$(SAMPLRATEDIR)
|
||||
noinst_HEADERS = util.h
|
||||
|
||||
#===============================================================================
|
||||
|
||||
Reference in New Issue
Block a user