mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
Make sure to distribute the libcvautomation_funcs.py wrapper...
This commit is contained in:
parent
8fe4a57375
commit
7547d53792
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user