r19203 - gnucash/trunk/src/optional/python-bindings - Fix warning message of autogen.sh for python-binding. Patch by Tao Wang

Geert Janssens gjanssens at code.gnucash.org
Tue May 25 15:26:50 EDT 2010


Author: gjanssens
Date: 2010-05-25 15:26:50 -0400 (Tue, 25 May 2010)
New Revision: 19203
Trac: http://svn.gnucash.org/trac/changeset/19203

Modified:
   gnucash/trunk/src/optional/python-bindings/Makefile.am
Log:
Fix warning message of autogen.sh for python-binding. Patch by Tao Wang

Modified: gnucash/trunk/src/optional/python-bindings/Makefile.am
===================================================================
--- gnucash/trunk/src/optional/python-bindings/Makefile.am	2010-05-24 05:08:42 UTC (rev 19202)
+++ gnucash/trunk/src/optional/python-bindings/Makefile.am	2010-05-25 19:26:50 UTC (rev 19203)
@@ -1,6 +1,6 @@
 SUBDIRS = . tests
 
-SWIG_SOURCES = gnucash_core.i timespec.i
+SWIG_FILES = gnucash_core.i timespec.i
 
 pkgpython_PYTHON = \
   __init__.py \
@@ -37,18 +37,18 @@
   ${top_builddir}/src/business/business-core/libgncmod-business-core.la
 
 if BUILDING_FROM_SVN
-gnucash_core.c: $(SWIG_SOURCES) ${top_srcdir}/src/base-typemaps.i $(top_builddir)/config.h
+gnucash_core.c: $(SWIG_FILES) ${top_srcdir}/src/base-typemaps.i $(top_builddir)/config.h
 	swig -python -Wall -Werror \
         -I$(top_srcdir)/src -I$(top_srcdir)/src/engine \
 		-I$(top_srcdir)/src/business/business-core \
         -I${top_srcdir}/src/libqof/qof \
 		-o $@ $<
 
-gnucash_core_c.py: gnucash_core.c $(SWIG_SOURCES)
+gnucash_core_c.py: gnucash_core.c $(SWIG_FILES)
 endif
 
 EXTRA_DIST = \
-  $(SWIG_SOURCES) \
+  $(SWIG_FILES) \
   example_scripts/simple_book.py \
   example_scripts/simple_session.py \
   example_scripts/simple_test.py \



More information about the gnucash-changes mailing list