aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-07-29 09:02:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-07-29 09:02:27 +0000
commit34e3f641918086047dccc0992b639967e1ad9091 (patch)
tree6565c98eccee2037ee808f1e11f4b0c8323c4198 /Makefile.am
parentabade013348670c6a03fb9574c7979ba65a1b081 (diff)
downloadandroid_external_libxml2-34e3f641918086047dccc0992b639967e1ad9091.tar.gz
android_external_libxml2-34e3f641918086047dccc0992b639967e1ad9091.tar.bz2
android_external_libxml2-34e3f641918086047dccc0992b639967e1ad9091.zip
implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stick
* include/libxml/parser.h include/libxml/xmlerror.h parser.c: implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stick to old behaviour * testapi.c gentest.py: modified slightly and regenerated * Makefile.am: add testchar Daniel svn path=/trunk/; revision=3755
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4381069f..d26efccb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAG
noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
testThreads testC14N testAutomata testRegexp \
- testReader testapi testModule runtest runsuite
+ testReader testapi testModule runtest runsuite testchar
bin_PROGRAMS = xmllint xmlcatalog
@@ -55,6 +55,11 @@ runtest_LDFLAGS =
runtest_DEPENDENCIES = $(DEPS)
runtest_LDADD= @BASE_THREAD_LIBS@ @RDL_LIBS@ $(LDADDS)
+testchar_SOURCES=testchar.c
+testchar_LDFLAGS =
+testchar_DEPENDENCIES = $(DEPS)
+testchar_LDADD= @RDL_LIBS@ $(LDADDS)
+
runsuite_SOURCES=runsuite.c
runsuite_LDFLAGS =
runsuite_DEPENDENCIES = $(DEPS)