diff options
Diffstat (limited to 'libxml2')
-rw-r--r-- | libxml2/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk index 9c3969fca226..6bf59fec0a01 100644 --- a/libxml2/makefile.mk +++ b/libxml2/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2004-07-23 11:06:38 $ +# last change: $Author: rt $ $Date: 2004-07-26 14:01:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,6 +76,11 @@ LIBXML2VERSION=2.5.11 TARFILE_NAME=$(PRJNAME)-$(LIBXML2VERSION) PATCH_FILE_NAME=$(TARFILE_NAME).patch +ADDITIONAL_FILES= \ + makefile.mk \ + xml2.map \ + config.h + # This is only for UNX environment now .IF "$(OS)"=="WNT" |