#i10000# ADDITIONAL_FILES added again.
This commit is contained in:
parent
83ce5da43b
commit
f6280f4154
1 changed files with 7 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $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
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
|
@ -76,6 +76,11 @@ LIBXML2VERSION=2.5.11
|
||||||
TARFILE_NAME=$(PRJNAME)-$(LIBXML2VERSION)
|
TARFILE_NAME=$(PRJNAME)-$(LIBXML2VERSION)
|
||||||
PATCH_FILE_NAME=$(TARFILE_NAME).patch
|
PATCH_FILE_NAME=$(TARFILE_NAME).patch
|
||||||
|
|
||||||
|
ADDITIONAL_FILES= \
|
||||||
|
makefile.mk \
|
||||||
|
xml2.map \
|
||||||
|
config.h
|
||||||
|
|
||||||
# This is only for UNX environment now
|
# This is only for UNX environment now
|
||||||
|
|
||||||
.IF "$(OS)"=="WNT"
|
.IF "$(OS)"=="WNT"
|
||||||
|
|
Loading…
Reference in a new issue