diff options
-rw-r--r-- | gr-run-waveform/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-run-waveform/Makefile.am b/gr-run-waveform/Makefile.am index 74d2153cf..804be530d 100644 --- a/gr-run-waveform/Makefile.am +++ b/gr-run-waveform/Makefile.am @@ -21,7 +21,10 @@ ACLOCAL_AMFLAGS = -I config DIST_SUBDIRS = config -EXTRA_DIST = gen-xyzzy +EXTRA_DIST = gen-xyzzy \ + guile/readline.scm \ + guile/cat.scm \ + guile/simple.scm # build the standalone waveform application bin_PROGRAMS = run_waveform |