~ubuntu-branches/ubuntu/intrepid/comedilib/intrepid

« back to all changes in this revision

Viewing changes to python/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): David Schleef
  • Date: 2004-11-04 11:43:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041104114351-a50kaei5yamka8r6
Tags: 0.7.22-2
It helps if the shared library is actually in the package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
if HAVE_PYTHON
3
 
pyexec_LTLIBRARIES = _comedi.la
4
 
else
5
 
pyexec_LTLIBRARIES = 
6
 
endif
7
 
 
8
 
_comedi_la_SOURCES = comedi_wrap.c
9
 
_comedi_la_CFLAGS = $(COMEDILIB_CFLAGS) $(PYTHON_INCLUDES) $(PYTHON_QUIET)
10
 
_comedi_la_LDFLAGS = -module -avoid-version $(COMEDILIB_LIBS)
11
 
 
12
 
pyexec_SCRIPTS = comedi.py
13
 
 
14
 
EXTRA_DIST = comedi.i README.txt comedi.py setup.py test_comedi.py
15