diff options
author | Rob Savoye <rob@welcomehome.org> | 2010-10-21 13:17:11 -0600 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-10 12:10:46 -0800 |
commit | 32a71023bf7350167fdd4f3797d384d47cafd71f (patch) | |
tree | 2900fd40dde110a1f2eb8ee21705c61c29ba3500 /gr-noaa | |
parent | 4f67bf0a435f9eb62d66c6b2b19a096cbde412d7 (diff) |
add python/*.cc to SOURCES so dependencies work properly.
Diffstat (limited to 'gr-noaa')
-rw-r--r-- | gr-noaa/lib/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gr-noaa/lib/Makefile.am b/gr-noaa/lib/Makefile.am index fdc1476cd1..bdf75b6103 100644 --- a/gr-noaa/lib/Makefile.am +++ b/gr-noaa/lib/Makefile.am @@ -31,7 +31,10 @@ lib_LTLIBRARIES = \ libgnuradio_noaa_la_SOURCES = \ noaa_hrpt_decoder.cc \ noaa_hrpt_deframer.cc \ - noaa_hrpt_pll_cf.cc + noaa_hrpt_pll_cf.cc \ + python/noaa_hrpt_decoder.cc \ + python/noaa_hrpt_deframer.cc \ + python/noaa_hrpt_pll_cf.cc noinst_HEADERS = \ noaa_hrpt.h @@ -44,4 +47,4 @@ libgnuradio_noaa_la_LDFLAGS = $(NO_UNDEFINED) $(LTVERSIONFLAGS) grinclude_HEADERS = \ noaa_hrpt_decoder.h \ noaa_hrpt_deframer.h \ - noaa_hrpt_pll_cf.h
\ No newline at end of file + noaa_hrpt_pll_cf.h |