mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +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:
parent
2bb82eed0e
commit
91ad879819
@ -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>
|
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
|
* catalog.c: fixed bug #96963, reverted to the old behaviour of
|
||||||
|
@ -5,7 +5,7 @@ SUBDIRS = include . doc example @PYTHON_SUBDIR@
|
|||||||
|
|
||||||
DIST_SUBDIRS = include . doc example python
|
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 \
|
noinst_PROGRAMS=testSchemas testSAX testHTML testXPath testURI testDocbook \
|
||||||
testThreads testC14N testAutomata testRegexp
|
testThreads testC14N testAutomata testRegexp
|
||||||
|
Loading…
Reference in New Issue
Block a user