mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix warning message of autogen.sh for python-binding. Patch by Tao Wang
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19203 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
769147a06c
commit
dd94faba61
@ -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 @@ _gnucash_core_c_la_LIBADD = \
|
||||
${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 \
|
||||
|
Loading…
Reference in New Issue
Block a user