diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-13 15:59:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-13 15:59:44 +0000 |
commit | 99413796bd4b6103dea5e1d5a65d0d7f629ef300 (patch) | |
tree | f3c3e73aedcc8b62193a5baccf95a9edff75b7ac /offapi | |
parent | 648a0db1236d2b81ae69a97932f7087d400ccefc (diff) |
INTEGRATION: CWS jsc7 (1.3.144); FILE MERGED
2006/07/06 10:55:29 jl 1.3.144.1: #i66211# service for displaying a license dialog
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/deployment/ui/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/deployment/ui/makefile.mk b/offapi/com/sun/star/deployment/ui/makefile.mk index 7ac9003ef96a..a959617ff7ab 100644 --- a/offapi/com/sun/star/deployment/ui/makefile.mk +++ b/offapi/com/sun/star/deployment/ui/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-07 23:00:18 $ +# last change: $Author: obo $ $Date: 2006-07-13 16:59:44 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,8 @@ PACKAGE = com$/sun$/star$/deployment$/ui .INCLUDE : $(PRJ)$/util$/makefile.pmk IDLFILES = \ - PackageManagerDialog.idl + PackageManagerDialog.idl \ + LicenseDialog.idl .INCLUDE : target.mk .INCLUDE : $(PRJ)$/util$/target.pmk |