diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-18 09:40:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-18 09:40:10 +0000 |
commit | f55d18b85bb90f486e765718f3486725d90f02d3 (patch) | |
tree | 6daa4dc86f9f1e84e64517fdde081b4dad06ed0d /extensions | |
parent | d8c95ac1acd177c553e2f2833e2d2e473ef5058c (diff) |
INTEGRATION: CWS cfgfix01 (1.5.26); FILE MERGED
2005/03/04 15:52:13 jb 1.5.26.1: #i42842# Add support for URL property to layer
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/config/ldap/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/config/ldap/makefile.mk b/extensions/source/config/ldap/makefile.mk index d98fd0513c8e..56b316377d23 100644 --- a/extensions/source/config/ldap/makefile.mk +++ b/extensions/source/config/ldap/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kz $ $Date: 2005-01-18 15:18:56 $ +# last change: $Author: obo $ $Date: 2005-03-18 10:40:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,6 +101,7 @@ SLOFILES=\ $(SLO)$/ldapuserprof.obj \ $(SLO)$/ldapaccess.obj \ $(SLO)$/ldapuserprofilelayer.obj \ + $(SLO)$/propertysethelper.obj \ $(SLO)$/componentdef.obj LIB1TARGET=$(SLB)$/_$(TARGET).lib |