diff options
-rw-r--r-- | offapi/com/sun/star/sdbcx/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbcx/makefile.mk b/offapi/com/sun/star/sdbcx/makefile.mk index 5dadd82961c0..34920a28b06b 100644 --- a/offapi/com/sun/star/sdbcx/makefile.mk +++ b/offapi/com/sun/star/sdbcx/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2006-12-01 17:14:04 $ +# last change: $Author: ihi $ $Date: 2007-11-21 15:17:37 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -78,6 +78,7 @@ IDLFILES=\ View.idl \ ViewDescriptor.idl \ XAlterTable.idl \ + XAlterView.idl \ XAppend.idl \ XAuthorizable.idl \ XColumnsSupplier.idl \ |