r18046 - gnucash/trunk/src/optional/python-bindings - Call swig with -python because we never need -noproxy

Derek Atkins warlord at code.gnucash.org
Mon Apr 13 12:14:40 EDT 2009


Author: warlord
Date: 2009-04-13 12:14:40 -0400 (Mon, 13 Apr 2009)
New Revision: 18046
Trac: http://svn.gnucash.org/trac/changeset/18046

Modified:
   gnucash/trunk/src/optional/python-bindings/Makefile.am
Log:
Call swig with -python because we never need -noproxy
This should fix "make dist" even when you don't enable the python bindings

Modified: gnucash/trunk/src/optional/python-bindings/Makefile.am
===================================================================
--- gnucash/trunk/src/optional/python-bindings/Makefile.am	2009-04-12 17:14:21 UTC (rev 18045)
+++ gnucash/trunk/src/optional/python-bindings/Makefile.am	2009-04-13 16:14:40 UTC (rev 18046)
@@ -38,7 +38,7 @@
 
 if BUILDING_FROM_SVN
 gnucash_core.c: $(SWIG_SOURCES)
-	swig $(SWIG_PYTHON_OPT) -Wall -Werror \
+	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 \



More information about the gnucash-changes mailing list