mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* configure.in: don't add -I$(GNC_INCLUDE_DIR) to the engine
cflags, because it can cause build warnings on platforms with gcc-3.2, and frankly we don't need it since we don't install before we're building. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8092 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2003-03-20 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* configure.in: don't add -I$(GNC_INCLUDE_DIR) to the engine
|
||||
cflags, because it can cause build warnings on platforms with
|
||||
gcc-3.2, and frankly we don't need it since we don't install
|
||||
before we're building.
|
||||
|
||||
2003-03-18 Benoit Gr<47>goire <bock@step.polymtl.ca>
|
||||
* Documentation update
|
||||
|
||||
|
||||
@@ -980,7 +980,7 @@ GNUCASH_ENGINE_BASE_LIBS="${GLIB_LIBS}"
|
||||
GNUCASH_ENGINE_LIBS="-L${GNC_MODULE_DIR} -L${GNC_GWRAP_LIBDIR} ${GNUCASH_ENGINE_BASE_LIBS} ${GUILE_LIBS} -lgncmod-engine -lgw-engine -lgw-kvp -lgncmodule"
|
||||
|
||||
GNUCASH_ENGINE_BASE_CFLAGS="${GLIB_CFLAGS} ${G_WRAP_COMPILE_ARGS}"
|
||||
GNUCASH_ENGINE_CFLAGS="-I${GNC_INCLUDE_DIR} ${GNUCASH_ENGINE_BASE_CFLAGS} ${GUILE_INCS}"
|
||||
GNUCASH_ENGINE_CFLAGS="${GNUCASH_ENGINE_BASE_CFLAGS} ${GUILE_INCS}"
|
||||
|
||||
AC_SUBST(GNUCASH_ENGINE_BASE_LIBS)
|
||||
AC_SUBST(GNUCASH_ENGINE_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user