From 4ef29a2b3eb5339c7591ff0e5baa9dca389e503d Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Mon, 13 Apr 2009 16:14:40 +0000 Subject: [PATCH] Call swig with -python because we never need -noproxy This should fix "make dist" even when you don't enable the python bindings git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18046 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/optional/python-bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optional/python-bindings/Makefile.am b/src/optional/python-bindings/Makefile.am index a67a5ad788..14c19694d8 100644 --- a/src/optional/python-bindings/Makefile.am +++ b/src/optional/python-bindings/Makefile.am @@ -38,7 +38,7 @@ _gnucash_core_c_la_LIBADD = \ 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 \