Renamed comedi_python_wrap.c to the swig default comedi_wrap.c.
This commit is contained in:
parent
eb57419204
commit
6c6a5d5b4f
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
|||
if HAVE_PYTHON
|
||||
pyexec_LTLIBRARIES = _comedi.la
|
||||
clean-local:
|
||||
$(RM) comedi_python_wrap.c comedi.py
|
||||
$(RM) comedi_wrap.c comedi.py
|
||||
else
|
||||
pyexec_LTLIBRARIES =
|
||||
clean-local:
|
||||
endif
|
||||
|
||||
nodist__comedi_la_SOURCES = comedi_python_wrap.c
|
||||
nodist__comedi_la_SOURCES = comedi_wrap.c
|
||||
_comedi_la_CFLAGS = $(COMEDILIB_CFLAGS) $(PYTHON_INCLUDES) $(PYTHON_QUIET)
|
||||
_comedi_la_LDFLAGS = -module -avoid-version $(COMEDILIB_LIBS)
|
||||
|
||||
|
@ -16,5 +16,5 @@ pyexec_SCRIPTS = comedi.py
|
|||
|
||||
EXTRA_DIST = README.txt setup.py test_comedi.py
|
||||
|
||||
comedi_python_wrap.c comedi.py: $(srcdir)/../comedi.i
|
||||
$(SWIG) -python -o comedi_python_wrap.c -I$(top_srcdir)/include $(srcdir)/../comedi.i
|
||||
comedi_wrap.c comedi.py: $(srcdir)/../comedi.i
|
||||
$(SWIG) -python -o comedi_wrap.c -I$(top_srcdir)/include $(srcdir)/../comedi.i
|
||||
|
|
Loading…
Add table
Reference in a new issue