Make sure to distribute the SWIG file for distribution packages

This commit is contained in:
Bradlee Speice 2012-08-17 16:17:12 -04:00
parent 8fdfc39f34
commit 655678842f

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