* 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:
Rob Browning 2001-10-10 23:30:44 +00:00
parent a1cd59be9b
commit 40baf86a67

View File

@ -1,5 +1,4 @@
SWIG = swig
docdir = ${GNC_DOC_INSTALL_DIR}
@ -29,15 +28,15 @@ EXTRA_DIST = \
gnucash-swig-defines.c
# 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,
# 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 = \
-lgncengine -lxml -lgnc_postgres \