diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2000-10-12 08:06:28 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2000-10-12 08:06:28 +0000 |
commit | d3c68c464237f9009b1b576f0aa9846e3104e473 (patch) | |
tree | cbd1301a29d1a3daaf7e8d23d20428465699dd27 /win32 | |
parent | 19d611157461f502069736ac1cb65c03666994e6 (diff) | |
download | libxml2-d3c68c464237f9009b1b576f0aa9846e3104e473.tar.gz |
- Makefile.am include/Makefile.am include/win32config.h
win32/Makefile.mingw: fixed problems reported by Wayne Davison
and make distcheck
Daniel
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw index 11ff7bcd..162fd5e6 100644 --- a/win32/Makefile.mingw +++ b/win32/Makefile.mingw @@ -33,6 +33,7 @@ LIBSRCS=HTMLparser.c \ xmlIO.c \
xmlmemory.c \
xpath.c \
+ xpointer.c \
uri.c
LIBOBJS=$(LIBSRCS:.c=.o)
|