1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-25 23:21:26 +03:00

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
This commit is contained in:
Daniel Veillard 2002-11-04 17:06:52 +00:00
parent 2bb82eed0e
commit 91ad879819
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@ SUBDIRS = include . doc example @PYTHON_SUBDIR@
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