Include libxml headers during compile (#121026).

* src/backend/file/Makefile.am:
	* src/backend/file/test/Makefile.am:
	* src/business/business-core/file/Makefile.am:
	  Need to include GNOME_XML_CFLAGS to make sure the libxml includes
	  are found during the compile.  Fixes #121026.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10360 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2004-12-04 23:01:42 +00:00
parent 8d05aae712
commit e131c27fc2
4 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,11 @@
2004-12-04 Derek Atkins <derek@ihtfp.com>
* src/backend/file/Makefile.am:
* src/backend/file/test/Makefile.am:
* src/business/business-core/file/Makefile.am:
Need to include GNOME_XML_CFLAGS to make sure the libxml includes
are found during the compile. Fixes #121026.
* src/gnome/glade/register.glade:
Increase "number" spin box to a maximum of 1billion. Fixes #152772.

View File

@ -9,6 +9,7 @@ AM_CFLAGS = \
-I${top_srcdir}/src/gnc-module \
-I${top_srcdir}/src/core-utils\
-I${top_srcdir}/lib/libc\
$(GNOME_XML_CFLAGS) \
${GLIB_CFLAGS}
libgncmod_backend_file_la_SOURCES = \

View File

@ -67,6 +67,7 @@ AM_CFLAGS = \
-I${top_srcdir}/src/engine \
-I${top_srcdir}/src/engine/test-core \
-I${top_srcdir}/src/backend/file \
$(GNOME_XML_CFLAGS) \
${GLIB_CFLAGS} \
${GUILE_INCS}

View File

@ -9,6 +9,7 @@ AM_CFLAGS = \
-I${top_srcdir}/src/engine \
-I${top_srcdir}/src/gnc-module \
-I${top_srcdir}/src/business/business-core \
$(GNOME_XML_CFLAGS) \
${GLIB_CFLAGS}
libgncmod_business_backend_file_la_SOURCES = \