From e131c27fc263bfa5838839eea8d137dff4b705a4 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sat, 4 Dec 2004 23:01:42 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ src/backend/file/Makefile.am | 1 + src/backend/file/test/Makefile.am | 1 + src/business/business-core/file/Makefile.am | 1 + 4 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 50398cfb38..11d868e2df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2004-12-04 Derek Atkins + * 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. diff --git a/src/backend/file/Makefile.am b/src/backend/file/Makefile.am index 1477999193..0ed996939a 100644 --- a/src/backend/file/Makefile.am +++ b/src/backend/file/Makefile.am @@ -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 = \ diff --git a/src/backend/file/test/Makefile.am b/src/backend/file/test/Makefile.am index ccd871ca8f..232c90ca73 100644 --- a/src/backend/file/test/Makefile.am +++ b/src/backend/file/test/Makefile.am @@ -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} diff --git a/src/business/business-core/file/Makefile.am b/src/business/business-core/file/Makefile.am index 95145d7d5e..711fa783fc 100644 --- a/src/business/business-core/file/Makefile.am +++ b/src/business/business-core/file/Makefile.am @@ -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 = \