# HG changeset patch # User Jamie Bullock # Date 1401887770 -3600 # Node ID 4a85175004d90295795cff33662006d0cee11d9e # Parent eb2ab9b70c29ae2421958c8702a63f719b37950f Replace deprecated INCLUDES directive with AM_CFLAGS diff -r eb2ab9b70c29 -r 4a85175004d9 examples/puredata/Makefile.am --- a/examples/puredata/Makefile.am Wed Jun 04 14:15:19 2014 +0100 +++ b/examples/puredata/Makefile.am Wed Jun 04 14:16:10 2014 +0100 @@ -15,9 +15,7 @@ pdincludedir = $(pddir)/src -INCLUDES = -I$(top_srcdir)/src -I$(pdincludedir) - -AM_CFLAGS = @PD_CFLAGS@ +AM_CFLAGS = @PD_CFLAGS@ -I$(top_srcdir)/src -I$(pdincludedir) AM_LDFLAGS = @PD_LDFLAGS@ -lxtract -L$(top_builddir)/src/ ## Install the documentation. diff -r eb2ab9b70c29 -r 4a85175004d9 examples/simpletest/Makefile.am --- a/examples/simpletest/Makefile.am Wed Jun 04 14:15:19 2014 +0100 +++ b/examples/simpletest/Makefile.am Wed Jun 04 14:16:10 2014 +0100 @@ -1,7 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in noinst_PROGRAMS = simpletest -INCLUDES = -I$(top_srcdir)/src +AM_CFLAGS = -I$(top_srcdir)/src simpletest_SOURCES = simpletest.c simpletest_LDADD = ../../src/libxtract.la