summaryrefslogtreecommitdiff
path: root/libxml2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-26 13:01:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-26 13:01:35 +0000
commitf6280f41548ae4acf53509e5a4f5d77f657ec425 (patch)
treebaf79ca4e4c9b3fc193921613e13483f0a60cab0 /libxml2
parent83ce5da43b489e50449d3b9113c2f5f149ee8b68 (diff)
#i10000# ADDITIONAL_FILES added again.
Diffstat (limited to 'libxml2')
-rw-r--r--libxml2/makefile.mk9
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"