mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
Make sure to distribute the SWIG file for distribution packages
This commit is contained in:
parent
8fdfc39f34
commit
655678842f
@ -6,5 +6,7 @@ _libcvautomation_la_CFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir)/include
|
|||||||
|
|
||||||
python_PYTHON = libcvautomation.py libcvautomation_funcs.py
|
python_PYTHON = libcvautomation.py libcvautomation_funcs.py
|
||||||
|
|
||||||
|
EXTRA_DIST = libcvautomation.swig
|
||||||
|
|
||||||
libcvautomation-swig.c: libcvautomation.swig
|
libcvautomation-swig.c: libcvautomation.swig
|
||||||
$(Swig) -I$(top_srcdir)/include -python -o libcvautomation-swig.c -outdir . libcvautomation.swig
|
$(Swig) -I$(top_srcdir)/include -python -o libcvautomation-swig.c -outdir . libcvautomation.swig
|
||||||
|
Loading…
Reference in New Issue
Block a user