r19124 - gnucash/trunk/src/optional/python-bindings - Bug #616524: Fix missing re-generating of gnucash_core.c code.

Christian Stimming cstim at code.gnucash.org
Thu May 6 05:02:00 EDT 2010


Author: cstim
Date: 2010-05-06 05:02:00 -0400 (Thu, 06 May 2010)
New Revision: 19124
Trac: http://svn.gnucash.org/trac/changeset/19124

Modified:
   gnucash/trunk/src/optional/python-bindings/Makefile.am
Log:
Bug #616524: Fix missing re-generating of gnucash_core.c code.

The .c file gets outdated easily because the makefile doesn't contain
enough of its dependencies. I would need to be regenerated each time any of the
included files was changed, but currently it doesn't contain these dependencies
in the makefile rules. Having it depending on config.h should
at least trigger the generation at each version number change (so
that the tarball contains an up-to-date version.)



More information about the gnucash-patches mailing list