You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
600 B
16 lines
600 B
diff -up opencv-1.1.0/interfaces/swig/python/Makefile.am.pydir opencv-1.1.0/interfaces/swig/python/Makefile.am
|
|
--- opencv-1.1.0/interfaces/swig/python/Makefile.am.pydir 2009-04-24 10:48:47.000000000 +0200
|
|
+++ opencv-1.1.0/interfaces/swig/python/Makefile.am 2009-04-24 10:49:49.000000000 +0200
|
|
@@ -107,9 +107,9 @@ endif
|
|
if BUILD_PYTHON_WRAPPERS
|
|
|
|
#pkgpython_LTLIBRARIES = _cv.la _highgui.la
|
|
-pkgpython_LTLIBRARIES = _cv.la _ml.la _highgui.la
|
|
+pkgpyexec_LTLIBRARIES = _cv.la _ml.la _highgui.la
|
|
|
|
-pkgpython_PYTHON = \
|
|
+pkgpyexec_PYTHON = \
|
|
__init__.py \
|
|
cv.py \
|
|
ml.py \
|