Skip to content

Commit

Permalink
pass in srcdir so we can find our data file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Savoye committed Nov 25, 2010
1 parent 2bf7d1d commit 860164e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gr-run-waveform/Makefile.am
Expand Up @@ -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

0 comments on commit 860164e

Please sign in to comment.