shithub: opus-tools

Download patch

ref: 9bfd0e480f741f4e8b26b1286a4cd4d0dc7afdbb
parent: 531c646d192d9a2173cc2e649fc83f75d1799d3e
author: Ron <ron@debian.org>
date: Sat Jun 29 11:38:35 EDT 2013

Replace INCLUDES with AM_CPPFLAGS

Automake 1.13 complains that INCLUDES is obsoleted now.

--- a/Makefile.am
+++ b/Makefile.am
@@ -5,10 +5,8 @@
 
 SUBDIRS = .
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/win32
-
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/win32 -D_FORTIFY_SOURCE=2
 AM_CFLAGS = $(OGG_CFLAGS) $(OPUS_CFLAGS)
-AM_CPPFLAGS = -D_FORTIFY_SOURCE=2
 
 bin_PROGRAMS = opusenc opusdec opusinfo
 noinst_PROGRAMS = opusrtp