changeset 238:7ebeac9b0d92

Use AM_CPPFLAGS instead of AM_CFLAGS
author Jamie Bullock <jamie@jamiebullock.com>
date Thu, 05 Jun 2014 20:25:06 +0100
parents dee3b3f352ed
children b015187746fa
files examples/simpletest/Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/examples/simpletest/Makefile.am	Thu Jun 05 20:24:44 2014 +0100
+++ b/examples/simpletest/Makefile.am	Thu Jun 05 20:25:06 2014 +0100
@@ -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