From 655678842ffb707e7bd9f61b130dea39961e4c34 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 17 Aug 2012 16:17:12 -0400 Subject: [PATCH] Make sure to distribute the SWIG file for distribution packages --- python/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/Makefile.am b/python/Makefile.am index 0e2e8c8..ffc79e3 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -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