Make sure to distribute the libcvautomation_funcs.py wrapper...

Release_2.0_Bugfix
Bradlee Speice 2012-08-17 14:30:43 -04:00
parent 8fe4a57375
commit 7547d53792
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ _libcvautomation_la_LDFLAGS = -avoid-version -module $(PYTHON_LDFLAGS)
_libcvautomation_la_LIBADD = -lcvautomation
_libcvautomation_la_CFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir)/include
python_PYTHON = libcvautomation.py
python_PYTHON = libcvautomation.py libcvautomation_funcs.py
libcvautomation-swig.c: libcvautomation.swig
$(Swig) -I$(top_srcdir)/include -python -o libcvautomation-swig.c -outdir . libcvautomation.swig