r22020 - gnucash/branches/2.4/src/optional/python-bindings - [21905] Bug #668196: Fix installation of python bindings

Geert Janssens gjanssens at code.gnucash.org
Mon Feb 13 10:22:21 EST 2012


Author: gjanssens
Date: 2012-02-13 10:22:21 -0500 (Mon, 13 Feb 2012)
New Revision: 22020
Trac: http://svn.gnucash.org/trac/changeset/22020

Modified:
   gnucash/branches/2.4/src/optional/python-bindings/Makefile.am
Log:
[21905] Bug #668196: Fix installation of python bindings

With this patch, files are correctly installed together.

Patch by Vincent Untz.

Modified: gnucash/branches/2.4/src/optional/python-bindings/Makefile.am
===================================================================
--- gnucash/branches/2.4/src/optional/python-bindings/Makefile.am	2012-02-13 15:07:07 UTC (rev 22019)
+++ gnucash/branches/2.4/src/optional/python-bindings/Makefile.am	2012-02-13 15:22:21 UTC (rev 22020)
@@ -2,7 +2,7 @@
 
 SWIG_FILES = gnucash_core.i timespec.i
 
-pkgpython_PYTHON = \
+pkgpyexec_DATA = \
   __init__.py \
   function_class.py \
   gnucash_core.py \
@@ -85,6 +85,7 @@
 endif
 
 EXTRA_DIST = \
+  $(pkgpyexec_DATA) \
   $(SWIG_FILES) \
   example_scripts/simple_book.py \
   example_scripts/simple_session.py \



More information about the gnucash-changes mailing list