diff options
-rw-r--r-- | gr-run-waveform/Makefile.am | 10 | ||||
-rw-r--r-- | gr-run-waveform/configure.ac | 2 | ||||
-rw-r--r-- | gr-run-waveform/gr-run-waveform.cc (renamed from gr-run-waveform/run_waveform.cc) | 0 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gr-run-waveform/Makefile.am b/gr-run-waveform/Makefile.am index 4c9c7af19..1c8305e1e 100644 --- a/gr-run-waveform/Makefile.am +++ b/gr-run-waveform/Makefile.am @@ -27,7 +27,7 @@ EXTRA_DIST = gen-xyzzy \ guile/simple.scm # build the standalone waveform application -bin_PROGRAMS = run_waveform +bin_PROGRAMS = gr-run-waveform # Rather than build a library, we just use a variable so the same code # can be used in test cases, as well as the run-waveform application. @@ -61,16 +61,16 @@ test_waveform_DEPENDENCIES = $(BUILT_SOURCES) noinst_HEADERS = xyzzy.h # The standalone waveform application -run_waveform_SOURCES = run_waveform.cc $(SRCS) -run_waveform_CPPFLAGS = $(GUILE_CFLAGS) \ +gr_run_waveform_SOURCES = gr-run-waveform.cc $(SRCS) +gr_run_waveform_CPPFLAGS = $(GUILE_CFLAGS) \ -DSRCDIR=\"$(srcdir)\" \ -DPKGLIBDIR=\"$(pkglibdir)\" \ -DDATAROOTDIR=\"$(datarootdir)\" # Uncommenting this force make to statically link in the guile library. # Note that this will fail to link it you don't have libguile.a. # run_waveform_LDFLAGS = -static -run_waveform_LDADD = $(GUILE_LIBS) -run_waveform_DEPENDENCIES = $(BUILT_SOURCES) +gr_run_waveform_LDADD = $(GUILE_LIBS) +gr_run_waveform_DEPENDENCIES = $(BUILT_SOURCES) DISTCLEANFILES = gr-run-waveform.tar.gz libpath.h filesystem.dat diff --git a/gr-run-waveform/configure.ac b/gr-run-waveform/configure.ac index b2968a06c..686b70a04 100644 --- a/gr-run-waveform/configure.ac +++ b/gr-run-waveform/configure.ac @@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADERS([grconfig.h]) AC_CONFIG_MACRO_DIR(config) -AC_CONFIG_SRCDIR(run_waveform.cc) +AC_CONFIG_SRCDIR(gr-run-waveform.cc) AM_INIT_AUTOMAKE("run-waveform", "0.1") AC_CANONICAL_BUILD diff --git a/gr-run-waveform/run_waveform.cc b/gr-run-waveform/gr-run-waveform.cc index 450a3a96e..450a3a96e 100644 --- a/gr-run-waveform/run_waveform.cc +++ b/gr-run-waveform/gr-run-waveform.cc |