Fix name of comedi module
authorDavid Schleef <ds@schleef.org>
Wed, 4 Jun 2003 04:23:57 +0000 (04:23 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 4 Jun 2003 04:23:57 +0000 (04:23 +0000)
python/Makefile.am

index a03702308be34a882eab5ace723f87ee94b012b7..00807fb9d6eb013598f9bcd48db0a79201203a71 100644 (file)
@@ -1,9 +1,9 @@
 
-pyexec_LTLIBRARIES = pycomedi.la
+pyexec_LTLIBRARIES = _comedi.la
 
-pycomedi_la_SOURCES = comedi_wrap.c
-pycomedi_la_CFLAGS = $(COMEDILIB_CFLAGS) -I/usr/include/python2.2
-pycomedi_la_LDFLAGS = -module -avoid-version $(COMEDILIB_LIBS)
+_comedi_la_SOURCES = comedi_wrap.c
+_comedi_la_CFLAGS = $(COMEDILIB_CFLAGS) -I/usr/include/python2.2
+_comedi_la_LDFLAGS = -module -avoid-version $(COMEDILIB_LIBS)
 
 pyexec_SCRIPTS = comedi.py