From 6c6a5d5b4fb52afe22ff7ec85dcd78a0e8668483 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Thu, 16 Dec 2010 11:34:07 +0000 Subject: [PATCH] Renamed comedi_python_wrap.c to the swig default comedi_wrap.c. --- swig/python/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swig/python/Makefile.am b/swig/python/Makefile.am index 3e7e030..7aa4cca 100644 --- a/swig/python/Makefile.am +++ b/swig/python/Makefile.am @@ -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 -- 2.26.2