From 1c1beffad69df7dd462034ab4e93d5d26cd8e283 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Thu, 5 Jun 2014 20:25:06 +0100 Subject: Use AM_CPPFLAGS instead of AM_CFLAGS --- examples/simpletest/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/simpletest/Makefile.am b/examples/simpletest/Makefile.am index d4d9230..9f4256a 100644 --- a/examples/simpletest/Makefile.am +++ b/examples/simpletest/Makefile.am @@ -1,8 +1,8 @@ MAINTAINERCLEANFILES = Makefile.in noinst_PROGRAMS = simpletest -AM_CFLAGS = -I$(top_srcdir)/src -simpletest_SOURCES = simpletest.c +AM_CPPFLAGS = -I$(top_srcdir)/src +simpletest_SOURCES = simpletest.cpp WaveFile.cpp simpletest_LDADD = ../../src/libxtract.la -- cgit v1.2.3