Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon <ron@debian.org>2013-12-07 04:41:30 +0400
committerRon <ron@debian.org>2013-12-07 04:57:07 +0400
commit8aa51a2074b2dd272d9a7e3f164d8efdd6c229cc (patch)
tree1c691a3445e2a66731ec6d98242f11c0c012645d /libspeex
parentc23a4ea0c838901d75f65792687357ad96a6086c (diff)
Make autotools a bit less whiny on modern systems
There's lots more that could and possibly should be done here, but this is a simple first pass. We could probably just replace SPEEX_VERSION with PACKAGE_VERSION everywhere, but that would tangle too many other things into this set. Use 'foreign' so the INSTALL file doesn't get stomped every time autogen is run.
Diffstat (limited to 'libspeex')
-rw-r--r--libspeex/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeex/Makefile.am b/libspeex/Makefile.am
index e71173b..0052814 100644
--- a/libspeex/Makefile.am
+++ b/libspeex/Makefile.am
@@ -17,7 +17,7 @@ else
FFTSRC=
endif
-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include/speex -I$(top_builddir) @OGG_CFLAGS@ @FFT_CFLAGS@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include/speex -I$(top_builddir) @OGG_CFLAGS@ @FFT_CFLAGS@
lib_LTLIBRARIES = libspeex.la