diff options
author | Eric Blossom | 2010-11-25 20:34:56 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-25 20:34:56 -0800 |
commit | e3ec22b15908d1a654c75c4106eb30efec5b0cf5 (patch) | |
tree | 5e98aef7a709bc61cd3a8ccac1dead6f236ee582 /gr-run-waveform/Makefile.am | |
parent | 29c731728439f505582d62a2703ce1515a45e869 (diff) | |
download | gnuradio-e3ec22b15908d1a654c75c4106eb30efec5b0cf5.tar.gz gnuradio-e3ec22b15908d1a654c75c4106eb30efec5b0cf5.tar.bz2 gnuradio-e3ec22b15908d1a654c75c4106eb30efec5b0cf5.zip |
Add gen-xyzzy, a tool to build the "magic fake filesystem"
Diffstat (limited to 'gr-run-waveform/Makefile.am')
-rw-r--r-- | gr-run-waveform/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-run-waveform/Makefile.am b/gr-run-waveform/Makefile.am index 2e0b4c3ae..c8c207d1a 100644 --- a/gr-run-waveform/Makefile.am +++ b/gr-run-waveform/Makefile.am @@ -21,6 +21,7 @@ ACLOCAL_AMFLAGS = -I config DIST_SUBDIRS = config +EXTRA_DIST = gen-xyzzy bin_PROGRAMS = run_waveform |