summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-25 07:38:41 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-25 07:38:41 +0000
commit6278fb5b30821c9edc7b4304619944d2f50a932b (patch)
tree3fbf16a4d29cc96b6910b8ccbbe4b7792a47ea3a /include
parentd16df9f6efe5c0a4f41f4b3e60312c3f584659a5 (diff)
downloadlibxml2-6278fb5b30821c9edc7b4304619944d2f50a932b.tar.gz
- Makefile.am include/Makefile.am: small change to have
include/libxml rebuilt if working from CVS. - uri.c: applied another patch from Carl Douglas for URI escaping, this should close bug #51876 Daniel
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 12d2b1dc..5f7e7339 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -34,3 +34,10 @@ install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(xmlincdir) $(DESTDIR)$(xmlincdir)/libxml
EXTRA_DIST = win32config.h libxml/xmlversion.h.in
+
+all: $(srcdir)/libxml
+
+$(xmlinc_HEADERS): $(srcdir)/libxml
+
+$(srcdir)/libxml:
+ @(cd $(srcdir); ln -s .. libxml)