switched the order of a couple of includes to fix bugs #97100 Daniel

* Makefile.am: switched the order of a couple of includes
  to fix bugs #97100
Daniel
diff --git a/ChangeLog b/ChangeLog
index a82755a..798fb6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov  3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+	* Makefile.am: switched the order of a couple of includes
+	  to fix bugs #97100
+
 Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
 
 	* catalog.c: fixed bug #96963, reverted to the old behaviour of
diff --git a/Makefile.am b/Makefile.am
index 36afdd3..6d8b12e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@
 
 DIST_SUBDIRS = include . doc example python
 
-INCLUDES = -I@srcdir@/include -I$(top_builddir)/include @THREAD_CFLAGS@ @Z_CFLAGS@ 
+INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@ 
 
 noinst_PROGRAMS=testSchemas testSAX testHTML testXPath testURI testDocbook \
                 testThreads testC14N testAutomata testRegexp