AUDIT: r21905 - gnucash/trunk/src/optional/python-bindings - Bug #668196: Fix installation of python bindings

Christian Stimming cstim at code.gnucash.org
Sat Jan 28 17:16:38 EST 2012


Author: cstim
Date: 2012-01-28 17:16:38 -0500 (Sat, 28 Jan 2012)
New Revision: 21905
Trac: http://svn.gnucash.org/trac/changeset/21905

Modified:
   gnucash/trunk/src/optional/python-bindings/Makefile.am
Log:
Bug #668196: Fix installation of python bindings

With this patch, files are correctly installed together.

Patch by Vincent Untz.

BP

Modified: gnucash/trunk/src/optional/python-bindings/Makefile.am
===================================================================
--- gnucash/trunk/src/optional/python-bindings/Makefile.am	2012-01-28 22:12:37 UTC (rev 21904)
+++ gnucash/trunk/src/optional/python-bindings/Makefile.am	2012-01-28 22:16:38 UTC (rev 21905)
@@ -2,7 +2,7 @@
 
 SWIG_FILES = gnucash_core.i timespec.i
 
-pkgpython_PYTHON = \
+pkgpyexec_DATA = \
   __init__.py \
   function_class.py \
   gnucash_core.py \
@@ -79,6 +79,7 @@
 endif
 
 EXTRA_DIST = \
+  $(pkgpyexec_DATA) \
   $(SWIG_FILES) \
   example_scripts/Invoice.tex \
   example_scripts/latex_invoices.py \



More information about the gnucash-changes mailing list