diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/view/makefile.mk b/sfx2/source/view/makefile.mk index d4d409fa30a6..98d34215e097 100644 --- a/sfx2/source/view/makefile.mk +++ b/sfx2/source/view/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # # This file is part of OpenOffice.org. # @@ -61,7 +61,8 @@ SLOFILES = \ $(SLO)$/viewfrm.obj \ $(SLO)$/impframe.obj \ $(SLO)$/topfrm.obj \ - $(SLO)$/sfxbasecontroller.obj + $(SLO)$/sfxbasecontroller.obj \ + $(SLO)$/userinputinterception.obj # --- Targets ------------------------------------------------------- |