added winsockcompat.h to EXTRA_DIST to fix bug #96586 Daniel

* include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
  fix bug #96586
Daniel
This commit is contained in:
Daniel Veillard 2002-10-23 14:55:02 +00:00
parent ce02dbc430
commit d033d02b31
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
* include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
fix bug #96586
Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
* HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML

View File

@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
SUBDIRS=libxml
EXTRA_DIST = win32config.h
EXTRA_DIST = win32config.h wsockcompat.h