mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
python script to run regression tests against the XML Test suite of
* check-xml-test-suite.py: python script to run regression tests against the XML Test suite of W3C/OASis * SAX.c: fixed a validation bug * parser.c: fixed 3 errors pointed by the test suite * doc/buildDocBookCatalog: fixed a typo pointed by drake * python/Makefile.am: fixed a dependendy Daniel
This commit is contained in:
@ -38,7 +38,7 @@ libxml2mod_so_LDFLAGS = $(mylibs) $(LIBS) -shared -Wl,-soname,libxml2mod.so
|
||||
noinst_LTLIBRARIES = libxmlmodule.la
|
||||
libxmlmodule_la_SOURCES = libxml.c types.c libxml2-py.c
|
||||
|
||||
libxml2mod.so: $(libxmlmodule_la_OBJECTS)
|
||||
libxml2mod.so: $(libxmlmodule_la_OBJECTS) $(mylibs)
|
||||
$(LINK) -o $@ $(libxmlmodule_la_OBJECTS) $(libxml2mod_so_LDFLAGS)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user