diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:29:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:29:09 +0000 |
commit | 178ed5a28cc9d699b99f30fb5db3aaf9104064f6 (patch) | |
tree | 590a9aa007b02ff9f19cb83ada9febb7705f05d0 | |
parent | e6813106d68f2cabb19590f0d230deda6b434664 (diff) |
INTEGRATION: CWS odbmacros2 (1.32.2); FILE MERGED
2007/12/13 11:20:38 fs 1.32.2.1: #i49133# +controllerframe
-rw-r--r-- | dbaccess/source/ui/misc/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/makefile.mk b/dbaccess/source/ui/misc/makefile.mk index ee5f3664a651..79eee914c441 100644 --- a/dbaccess/source/ui/misc/makefile.mk +++ b/dbaccess/source/ui/misc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.32 $ +# $Revision: 1.33 $ # -# last change: $Author: ihi $ $Date: 2007-11-21 16:10:51 $ +# last change: $Author: kz $ $Date: 2008-03-06 18:29:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -86,7 +86,8 @@ SLOFILES= \ $(SLO)$/charsets.obj \ $(SLO)$/dsntypes.obj \ $(SLO)$/defaultobjectnamecheck.obj \ - $(SLO)$/dsmeta.obj + $(SLO)$/dsmeta.obj \ + $(SLO)$/controllerframe.obj # --- Targets ---------------------------------- |