diff options
Diffstat (limited to 'framework/source/dispatch')
-rw-r--r-- | framework/source/dispatch/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/source/dispatch/makefile.mk b/framework/source/dispatch/makefile.mk index 71391b384c55..9beb95e40a3b 100644 --- a/framework/source/dispatch/makefile.mk +++ b/framework/source/dispatch/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: ihi $ $Date: 2007-04-16 16:38:58 $ +# last change: $Author: rt $ $Date: 2007-07-05 08:57:50 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,8 @@ SLOFILES= $(SLO)$/interceptionhelper.obj \ $(SLO)$/servicehandler.obj \ $(SLO)$/closedispatcher.obj \ $(SLO)$/systemexec.obj \ - $(SLO)$/popupmenudispatcher.obj + $(SLO)$/popupmenudispatcher.obj \ + $(SLO)$/windowcommanddispatch.obj # --- Targets ------------------------------------------------------ |