aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/simpletest/Makefile.am4
1 files 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