Make sure to distribute the SWIG file for distribution packages

Release_2.0_Bugfix
Bradlee Speice 2012-08-17 16:17:12 -04:00
parent 8fdfc39f34
commit 655678842f
1 changed files with 2 additions and 0 deletions

View File

@ -6,5 +6,7 @@ _libcvautomation_la_CFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir)/include
python_PYTHON = libcvautomation.py libcvautomation_funcs.py
EXTRA_DIST = libcvautomation.swig
libcvautomation-swig.c: libcvautomation.swig
$(Swig) -I$(top_srcdir)/include -python -o libcvautomation-swig.c -outdir . libcvautomation.swig