summaryrefslogtreecommitdiff
path: root/gr-run-waveform/Makefile.am
diff options
context:
space:
mode:
authorRob Savoye2010-11-28 19:07:27 -0700
committerRob Savoye2010-11-28 19:07:27 -0700
commitf65e80377e43de3635bf1ced46005ba7e6e8a1a5 (patch)
treef7d3fb4621583ed61d8176f540d4c5b5fb9ececf /gr-run-waveform/Makefile.am
parent35a0021f1a77824d6b15d5efa04c28bdc1ed13a9 (diff)
downloadgnuradio-f65e80377e43de3635bf1ced46005ba7e6e8a1a5.tar.gz
gnuradio-f65e80377e43de3635bf1ced46005ba7e6e8a1a5.tar.bz2
gnuradio-f65e80377e43de3635bf1ced46005ba7e6e8a1a5.zip
rename the test case to use C inetead of C++
Diffstat (limited to 'gr-run-waveform/Makefile.am')
-rw-r--r--gr-run-waveform/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-run-waveform/Makefile.am b/gr-run-waveform/Makefile.am
index 2098a0396..74d2153cf 100644
--- a/gr-run-waveform/Makefile.am
+++ b/gr-run-waveform/Makefile.am
@@ -47,7 +47,7 @@ test_xyzzy_CPPFLAGS = $(GUILE_CFLAGS) \
test_xyzzy_LDADD = $(GUILE_LIBS)
test_xyzzy_DEPENDENCIES = $(BUILT_SOURCES)
-test_waveform_SOURCES = test_waveform.cc xyzzy.cc xyzzy-load.c
+test_waveform_SOURCES = test_waveform.c xyzzy.cc xyzzy-load.c
test_waveform_CPPFLAGS = $(GUILE_CFLAGS) \
-DSRCDIR=\"$(srcdir)\" \
-DDATAROOTDIR=\"$(datarootdir)\"