shithub: opus

Download patch

ref: 64b398573da586e67ef266ece6e8ef147c2e0b66
parent: 5bac4f26cbf1745ad6564c6ac43bc653e8772a45
author: Ron <[email protected]>
date: Sat Jun 29 11:40:27 EDT 2013

Replace INCLUDES with AM_CPPFLAGS

Automake 1.13 complains that INCLUDES is obsoleted now.

--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,8 @@
 
 DIST_SUBDIRS = doc
 
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/celt -I$(top_srcdir)/silk -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/celt -I$(top_srcdir)/silk \
+              -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed
 
 include celt_sources.mk
 include silk_sources.mk