mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/optional/swig/Makefile.am
(CFLAGS): move INCLUDES bits to CFLAGS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5561 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a1cd59be9b
commit
40baf86a67
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
SWIG = swig
|
SWIG = swig
|
||||||
|
|
||||||
docdir = ${GNC_DOC_INSTALL_DIR}
|
docdir = ${GNC_DOC_INSTALL_DIR}
|
||||||
@ -29,15 +28,15 @@ EXTRA_DIST = \
|
|||||||
gnucash-swig-defines.c
|
gnucash-swig-defines.c
|
||||||
|
|
||||||
# CFLAGS = @CFLAGS@ -Dbool=char
|
# CFLAGS = @CFLAGS@ -Dbool=char
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = \
|
||||||
|
@CFLAGS@ \
|
||||||
|
-I@PERLINCL@/CORE \
|
||||||
|
${GNOME_INCLUDEDIR} \
|
||||||
|
-I${top_srcdir}/src/engine
|
||||||
|
|
||||||
#
|
#
|
||||||
# technically, the engine is independent of the gnome libs, however,
|
# technically, the engine is independent of the gnome libs, however,
|
||||||
# we need to specify the inlcude path for glibconfig.h, and so this is the way
|
# we need to specify the inlcude path for glibconfig.h, and so this is the way
|
||||||
INCLUDES = \
|
|
||||||
-I@PERLINCL@/CORE \
|
|
||||||
${GNOME_INCLUDEDIR} \
|
|
||||||
-I${top_srcdir}/src/engine
|
|
||||||
|
|
||||||
libgncswig_la_LIBADD = \
|
libgncswig_la_LIBADD = \
|
||||||
-lgncengine -lxml -lgnc_postgres \
|
-lgncengine -lxml -lgnc_postgres \
|
||||||
|
Loading…
Reference in New Issue
Block a user