1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

small fix to avoid potential problem due to ordering of freeing data

* xpath.c: small fix to avoid potential problem due to
  ordering of freeing data
* python/Makefile.am: people were complaining about
  the generated file in python dir not being built
Daniel
This commit is contained in:
Daniel Veillard
2002-03-16 22:03:31 +00:00
parent d2379010b1
commit 38bf6f0425
3 changed files with 9 additions and 2 deletions

View File

@ -56,7 +56,7 @@ GENERATED= $(srcdir)/libxml2class.py \
$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
cd $(srcdir) && $(PYTHON) $(GENERATE)
$(libxmlmodule_la_OBJECTS): $(GENERATED)
$(libxml2mod_la_OBJECTS): $(GENERATED)
else
all:
endif