aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-04-11 03:13:28 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-04-11 03:13:28 +0800
commit796b9fe197173d909a1f02e04bd25c5dafff350a (patch)
tree880d829fc22091422f289b882ff402d0c7f8cff4 /e-util
parent8ded5c9c10e4079fded6889ec4b10c37226468d4 (diff)
downloadgsoc2013-evolution-796b9fe197173d909a1f02e04bd25c5dafff350a.tar.gz
gsoc2013-evolution-796b9fe197173d909a1f02e04bd25c5dafff350a.tar.zst
gsoc2013-evolution-796b9fe197173d909a1f02e04bd25c5dafff350a.zip
#include <parser.h> and <xmlmemory.h> instead of <gnome-xml/parser.h> and
* gal/util/e-xml-utils.c: #include <parser.h> and <xmlmemory.h> instead of <gnome-xml/parser.h> and <gnome-xml/xmlmemory.h>. In fact, the latter is incompatible with what `gnome-config --cflags xml' is assuming, and breaks in the case where gnome-xml is not installed in /usr/local. svn path=/trunk/; revision=16424
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-xml-utils.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c
index 0075f73214..fa4f96c1a2 100644
--- a/e-util/e-xml-utils.c
+++ b/e-util/e-xml-utils.c
@@ -28,8 +28,10 @@
#include <locale.h>
#include <math.h>
#include <string.h>
-#include <gnome-xml/parser.h>
-#include <gnome-xml/xmlmemory.h>
+
+#include <parser.h>
+#include <xmlmemory.h>
+
#include "gal/util/e-i18n.h"
#include "gal/util/e-util.h"
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1 * - update to 0.3.7bapt2011-07-122-14/+10 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * - Mark BROKEN to 6.x, does not compile.sylvio2010-06-031-0/+4 * - Update to 0.3.6sylvio2010-05-302-5/+4 * cvs commit: Examining .dougb2010-03-272-0/+33 * Properly utilize USE_RC_SUBRdougb2010-03-273-42/+7 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-2/+2 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 * Update to 0.3.4ahze2007-06-302-5/+5