diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-04-02 13:11:42 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-04-02 13:11:42 +0000 |
commit | a31e9a8c4525032bbbb5894577a7a81158c554ab (patch) | |
tree | 8438f5523a06f609a12319f684a62b2da5fa10cc /framework/util | |
parent | c1b112151c46d8ded7194473bacdb02abbdef7c6 (diff) |
#80310# menu for non-SFX components
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 36f517e7fffc..baf7e9b05cfd 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: as $ $Date: 2001-03-29 13:17:17 $ +# last change: $Author: cd $ $Date: 2001-04-02 14:11:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -113,7 +113,9 @@ SHL1OBJS= $(SLO)$/registerservices.obj \ $(SLO)$/fairrwlock.obj \ $(SLO)$/writeguard.obj \ $(SLO)$/readguard.obj \ - $(SLO)$/resetableguard.obj + $(SLO)$/resetableguard.obj \ + $(SLO)$/omenudispatcher.obj \ + $(SLO)$/menumanager.obj SHL1STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ |