summaryrefslogtreecommitdiff
path: root/gr-trellis
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2010-10-21 13:17:11 -0600
committerEric Blossom <eb@comsec.com>2010-11-10 12:10:46 -0800
commit32a71023bf7350167fdd4f3797d384d47cafd71f (patch)
tree2900fd40dde110a1f2eb8ee21705c61c29ba3500 /gr-trellis
parent4f67bf0a435f9eb62d66c6b2b19a096cbde412d7 (diff)
add python/*.cc to SOURCES so dependencies work properly.
Diffstat (limited to 'gr-trellis')
-rw-r--r--gr-trellis/src/lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/src/lib/Makefile.am b/gr-trellis/src/lib/Makefile.am
index 3e1803554b..4223474f71 100644
--- a/gr-trellis/src/lib/Makefile.am
+++ b/gr-trellis/src/lib/Makefile.am
@@ -77,7 +77,7 @@ libgnuradio_trellis_la_SOURCES = \
trellis_permutation.cc \
trellis_siso_f.cc \
trellis_siso_combined_f.cc \
- $(GENERATED_CC)
+ python/trellis.cc
libgnuradio_trellis_la_LIBADD = \
$(GNURADIO_CORE_LA)