diff options
-rw-r--r-- | package/source/zippackage/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/zippackage/makefile.mk b/package/source/zippackage/makefile.mk index 99a0c7d009ce..5ff10006711c 100644 --- a/package/source/zippackage/makefile.mk +++ b/package/source/zippackage/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: hr $ $Date: 2004-02-03 18:02:12 $ +# last change: $Author: hr $ $Date: 2004-05-10 17:30:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,6 +86,7 @@ SLOFILES= \ $(SLO)$/ZipPackageSink.obj \ $(SLO)$/ZipPackageStream.obj \ $(SLO)$/wrapstreamforshare.obj + # $(SLO)$/InteractionRequest.obj \ # $(SLO)$/InteractionContinuation.obj |