summaryrefslogtreecommitdiff
path: root/gr-noaa/swig/Makefile.am
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2009-08-29 11:12:37 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2009-09-20 09:39:27 -0700
commit6b6a5522e0b1d12ef5d697b1067a87dfe584cec6 (patch)
tree3ec76adefa7b434eb5f789679f660f2227c078fc /gr-noaa/swig/Makefile.am
parenta02a0e43d49d3bbb9a76ab8333f1bf8e25c48556 (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.am3
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