diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-08-29 11:12:37 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-09-20 09:39:27 -0700 |
commit | 6b6a5522e0b1d12ef5d697b1067a87dfe584cec6 (patch) | |
tree | 3ec76adefa7b434eb5f789679f660f2227c078fc /gr-noaa/swig/Makefile.am | |
parent | a02a0e43d49d3bbb9a76ab8333f1bf8e25c48556 (diff) |
Work in progress, incomplete
* Renamed noaa.carrier_pll_cc to noaa.hrpt_pll_cc
* Added nop noaa.hrpt_sync_cc
* Renamed grc apps to use usrp_ prefix and protocol name
* Installed grc generated scripts to path
Diffstat (limited to 'gr-noaa/swig/Makefile.am')
-rw-r--r-- | gr-noaa/swig/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am index 927c6cfb22..18cb5920ae 100644 --- a/gr-noaa/swig/Makefile.am +++ b/gr-noaa/swig/Makefile.am @@ -53,7 +53,8 @@ noaa_swig_python = \ # additional SWIG files to be installed noaa_swig_swiginclude_headers = \ noaa_swig.i \ - noaa_carrier_pll_cc.i + noaa_hrpt_pll_cc.i \ + noaa_hrpt_sync_cc.i include $(top_srcdir)/Makefile.swig |