diff options
-rw-r--r-- | offapi/com/sun/star/packages/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/packages/makefile.mk b/offapi/com/sun/star/packages/makefile.mk index 0c42666f0f0e..20d55ee0d1de 100644 --- a/offapi/com/sun/star/packages/makefile.mk +++ b/offapi/com/sun/star/packages/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: mtg $ $Date: 2001-07-04 14:11:05 $ +# last change: $Author: jsc $ $Date: 2002-11-27 09:46:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,7 +76,10 @@ IDLFILES=\ Package.idl\ PackageFolder.idl\ PackageFolderEnumeration.idl\ - PackageStream.idl + PackageStream.idl\ + ZipConstants.idl\ + ZipEntry.idl\ + ZipException.idl # ------------------------------------------------------------------ |