mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add GLIB_CFLAGS and srcdir to SWIG includes.
This commit is contained in:
parent
5ca129d82d
commit
4a84fca9b1
@ -71,8 +71,9 @@ _gnucash_core_c_includes= \
|
||||
|
||||
gnucash_core.c: $(SWIG_FILES) ${top_srcdir}/common/base-typemaps.i ${top_srcdir}/libgnucash/engine/engine-common.i $(_gnucash_core_c_includes)
|
||||
$(SWIG) -python -Wall -Werror \
|
||||
-I$(top_srcdir)/common -I$(top_srcdir)/libgnucash/engine \
|
||||
-I$(top_srcdir)/libgnucash/app-utils -o $@ $<
|
||||
-I$(GLIB_CFLAGS) -I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/libgnucash/engine \
|
||||
-I$(top_srcdir)/libgnucash/app-utils -I${srcdir} -o $@ $<
|
||||
|
||||
gnucash_core_c.py: gnucash_core.c $(SWIG_FILES)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user