diff options
author | Rob Savoye | 2010-11-25 12:50:11 -0700 |
---|---|---|
committer | Rob Savoye | 2010-11-25 12:50:11 -0700 |
commit | 860164ebdb0dd76ce70ad912a8d2ebdd768e8329 (patch) | |
tree | 28a1f9b16614d41b7ec4eac5797e0d835cb56ac3 /gr-run-waveform/Makefile.am | |
parent | 2bf7d1db019d2ab3e40530c6818fa20153464e24 (diff) | |
download | gnuradio-860164ebdb0dd76ce70ad912a8d2ebdd768e8329.tar.gz gnuradio-860164ebdb0dd76ce70ad912a8d2ebdd768e8329.tar.bz2 gnuradio-860164ebdb0dd76ce70ad912a8d2ebdd768e8329.zip |
pass in srcdir so we can find our data file.
Diffstat (limited to 'gr-run-waveform/Makefile.am')
-rw-r--r-- | gr-run-waveform/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-run-waveform/Makefile.am b/gr-run-waveform/Makefile.am index de820ee48..2e0b4c3ae 100644 --- a/gr-run-waveform/Makefile.am +++ b/gr-run-waveform/Makefile.am @@ -25,7 +25,7 @@ DIST_SUBDIRS = config bin_PROGRAMS = run_waveform run_waveform_SOURCES = run_waveform.cc -run_waveform_CPPFLAGS = $(GUILE_CFLAGS) +run_waveform_CPPFLAGS = $(GUILE_CFLAGS) -DSRCDIR=\"$(srcdir)\" run_waveform_LDADD = $(GUILE_LIBS) DISTCLEANFILES = gr-run-waveform.tar.gz |