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 | 2dfc5b8a6ac9d81110ee8cc2fed090c60ca96669 (patch) | |
tree | 81b512e2334dcfe918a2a0b063e591a2bcea53f8 /dbaccess | |
parent | c865af82200d75e69cbc727ac8c7ae394d254064 (diff) |
INTEGRATION: CWS odbmacros2 (1.32.2); FILE MERGED
2007/12/13 11:20:38 fs 1.32.2.1: #i49133# +controllerframe
Diffstat (limited to 'dbaccess')
-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 ee5f3664a..79eee914c 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 ---------------------------------- |