~ubuntu-branches/ubuntu/trusty/gnuradio/trusty

« back to all changes in this revision

Viewing changes to gnuradio-core/src/lib/swig/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2007-03-11 23:55:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070311235532-qwd054rxqtiluifb
Tags: 3.0.3-1
* new upstream version
* tweak gnuradio-doc package to eliminate spurious subdirectory level
* add a usrp-doc binary package, recommended by the usrp package, and 
  include xmlto in build dependencies so usrp_guide.html gets generated, 
  closes: #407368

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
 
70
70
_gnuradio_swig_python_la_LIBADD  =                      \
71
 
        $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la       \
 
71
        $(GNURADIO_CORE_LA)                             \
72
72
        $(PYTHON_LDFLAGS)                               \
73
73
        -lstdc++
74
74
 
91
91
 
92
92
 
93
93
gnuradio_swig_bug_workaround.h : gnuradio_swig_python.cc $(srcdir)/gen-swig-bug-fix
94
 
        $(srcdir)/gen-swig-bug-fix gnuradio_swig_python.cc $@
 
94
        $(PYTHON) $(srcdir)/gen-swig-bug-fix gnuradio_swig_python.cc $@
95
95
 
96
96
 
97
97
# ----------------------------------------------------------------