diff options
author | Rob Savoye | 2010-10-24 10:48:27 -0600 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:13:53 -0800 |
commit | f461607baa5c4ab9c2b523a0147c42c4f9d469b7 (patch) | |
tree | 79e866a55f669db0cd368f17d33f8ee7dc517a9a /gr-noaa | |
parent | 27d1af7c7511addac638856bc2ffd3cda5e7ab0c (diff) | |
download | gnuradio-f461607baa5c4ab9c2b523a0147c42c4f9d469b7.tar.gz gnuradio-f461607baa5c4ab9c2b523a0147c42c4f9d469b7.tar.bz2 gnuradio-f461607baa5c4ab9c2b523a0147c42c4f9d469b7.zip |
don't list the generated cc files here
Diffstat (limited to 'gr-noaa')
-rw-r--r-- | gr-noaa/lib/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gr-noaa/lib/Makefile.am b/gr-noaa/lib/Makefile.am index bdf75b610..ba660a398 100644 --- a/gr-noaa/lib/Makefile.am +++ b/gr-noaa/lib/Makefile.am @@ -31,10 +31,7 @@ lib_LTLIBRARIES = \ libgnuradio_noaa_la_SOURCES = \ noaa_hrpt_decoder.cc \ noaa_hrpt_deframer.cc \ - noaa_hrpt_pll_cf.cc \ - python/noaa_hrpt_decoder.cc \ - python/noaa_hrpt_deframer.cc \ - python/noaa_hrpt_pll_cf.cc + noaa_hrpt_pll_cf.cc noinst_HEADERS = \ noaa_hrpt.h |