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.
15 lines
423 B
15 lines
423 B
--- opencv-1.0.0.orig/interfaces/swig/python/Makefile.am 2006-08-10 15:29:20.000000000 +0200
|
|
+++ opencv-1.0.0/interfaces/swig/python/Makefile.am 2007-03-22 04:04:45.000000000 +0100
|
|
@@ -92,9 +92,9 @@
|
|
|
|
if BUILD_PYTHON_WRAPPERS
|
|
|
|
-pkgpython_LTLIBRARIES = _cv.la _highgui.la
|
|
+pkgpyexec_LTLIBRARIES = _cv.la _highgui.la
|
|
|
|
-pkgpython_PYTHON = \
|
|
+pkgpyexec_PYTHON = \
|
|
__init__.py \
|
|
cv.py \
|
|
adaptors.py \
|