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-atsc | |
parent | 4f67bf0a435f9eb62d66c6b2b19a096cbde412d7 (diff) |
add python/*.cc to SOURCES so dependencies work properly.
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/src/lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-atsc/src/lib/Makefile.am b/gr-atsc/src/lib/Makefile.am index bf9c6626ad..a82c379134 100644 --- a/gr-atsc/src/lib/Makefile.am +++ b/gr-atsc/src/lib/Makefile.am @@ -84,7 +84,8 @@ libgnuradio_atsc_la_SOURCES = \ create_atsci_equalizer.cc \ create_atsci_fs_checker.cc \ create_atsci_fs_correlator.cc \ - plinfo.cc + plinfo.cc \ + python/atsc.cc BUILT_SOURCES = \ atsci_viterbi_mux.cc |