diff options
author | Thomas Tsou | 2009-09-28 18:14:31 -0400 |
---|---|---|
committer | Thomas Tsou | 2009-09-28 18:14:31 -0400 |
commit | fb4883e9d4b6d4b25f4167d074a51eb109c69e93 (patch) | |
tree | 58115cc5cd254fe3e1228442dda720fc322c7f85 /gr-noaa/swig | |
parent | 9a64a37f23ea4ea7571ad6dff873a2b43551b9aa (diff) | |
download | gnuradio-fb4883e9d4b6d4b25f4167d074a51eb109c69e93.tar.gz gnuradio-fb4883e9d4b6d4b25f4167d074a51eb109c69e93.tar.bz2 gnuradio-fb4883e9d4b6d4b25f4167d074a51eb109c69e93.zip |
Removed multiple install of noaa_swig.i from Makefile.am
Diffstat (limited to 'gr-noaa/swig')
-rw-r--r-- | gr-noaa/swig/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am index cd7686e21..3ac7879d6 100644 --- a/gr-noaa/swig/Makefile.am +++ b/gr-noaa/swig/Makefile.am @@ -52,7 +52,6 @@ noaa_swig_python = \ # additional SWIG files to be installed noaa_swig_swiginclude_headers = \ - noaa_swig.i \ noaa_hrpt_decoder.i \ noaa_hrpt_deframer.i \ noaa_hrpt_pll_cf.i \ |