diff options
author | Eric Blossom | 2010-11-05 19:43:33 -0700 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:17:57 -0800 |
commit | 81867e5dfd939d8afdacbe22c6e2d41d4bc4b37e (patch) | |
tree | 2f97663190ca0c577171801babad45c498e58a88 /gnuradio-core/src/Makefile.am | |
parent | 4216a7b3faae37e304fff380ff66226dabd2f59b (diff) | |
download | gnuradio-81867e5dfd939d8afdacbe22c6e2d41d4bc4b37e.tar.gz gnuradio-81867e5dfd939d8afdacbe22c6e2d41d4bc4b37e.tar.bz2 gnuradio-81867e5dfd939d8afdacbe22c6e2d41d4bc4b37e.zip |
Create guile QA framework.
Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio
that were getting nuked by make clean.
Diffstat (limited to 'gnuradio-core/src/Makefile.am')
-rw-r--r-- | gnuradio-core/src/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnuradio-core/src/Makefile.am b/gnuradio-core/src/Makefile.am index eb979fe58..648fe299e 100644 --- a/gnuradio-core/src/Makefile.am +++ b/gnuradio-core/src/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2001,2004,2009 Free Software Foundation, Inc. +# Copyright 2001,2004,2009,2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -25,5 +25,8 @@ SUBDIRS = gen_interpolator_taps lib tests if PYTHON SUBDIRS += python endif +if GUILE +SUBDIRS += guile +endif -DIST_SUBDIRS = gen_interpolator_taps lib tests python utils +DIST_SUBDIRS = gen_interpolator_taps lib tests python guile utils |