diff options
author | jcorgan | 2007-03-02 02:49:48 +0000 |
---|---|---|
committer | jcorgan | 2007-03-02 02:49:48 +0000 |
commit | 19a5b154cc5c2cd5f80bcd17d71241572ca7fbd6 (patch) | |
tree | 291b2b5031144d07ea2368d22f077ce1d82fa9ea /gnuradio-examples/python/hier/Makefile.am | |
parent | 005d44e0e9281152bde0923e3239772d67e4e730 (diff) | |
download | gnuradio-19a5b154cc5c2cd5f80bcd17d71241572ca7fbd6.tar.gz gnuradio-19a5b154cc5c2cd5f80bcd17d71241572ca7fbd6.tar.bz2 gnuradio-19a5b154cc5c2cd5f80bcd17d71241572ca7fbd6.zip |
Merged r4671:4680 from jcorgan/est into trunk. Pulls in gr-wxgui updates for new hierarchical blocks and work-in-progress channel sounder example.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4681 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/hier/Makefile.am')
-rw-r--r-- | gnuradio-examples/python/hier/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnuradio-examples/python/hier/Makefile.am b/gnuradio-examples/python/hier/Makefile.am index f39864324..e58b36122 100644 --- a/gnuradio-examples/python/hier/Makefile.am +++ b/gnuradio-examples/python/hier/Makefile.am @@ -21,4 +21,7 @@ SUBDIRS = \ audio \ - ofdm + ofdm \ + networking \ + sounder \ + usrp |