diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 13:13:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 13:13:26 +0000 |
commit | 8749546d543f8760add3506fd599064022c24f78 (patch) | |
tree | 39050a54cc572c7c82a5141e75dbf0c3bdceabc1 /framework/util/makefile.mk | |
parent | 57290019fbdeecc390448d05c8f5e088034423bc (diff) |
INTEGRATION: CWS fwkfinal1 (1.92.16); FILE MERGED
2005/03/11 09:57:11 cd 1.92.16.1: #i44558# New importer implementation for custom OOo 1.x toolbars
Diffstat (limited to 'framework/util/makefile.mk')
-rw-r--r-- | framework/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index ddd1bb1b21e7..8e8bb12220b2 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.93 $ +# $Revision: 1.94 $ # -# last change: $Author: obo $ $Date: 2005-03-15 12:57:58 $ +# last change: $Author: vg $ $Date: 2005-03-23 14:13:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -129,7 +129,8 @@ LIB2OBJFILES= $(SLO)$/attributelist.obj \ $(SLO)$/acceleratorinfo.obj \ $(SLO)$/sfxhelperfunctions.obj \ $(SLO)$/uielementwrapperbase.obj \ - $(SLO)$/uiconfigelementwrapperbase.obj + $(SLO)$/uiconfigelementwrapperbase.obj \ + $(SLO)$/configimporter.obj # --- import classes library --------------------------------------------------- |