diff options
Diffstat (limited to 'forms/source/component/makefile.mk')
-rw-r--r-- | forms/source/component/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/forms/source/component/makefile.mk b/forms/source/component/makefile.mk index bba304eec1fe..e19aa7694a9f 100644 --- a/forms/source/component/makefile.mk +++ b/forms/source/component/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: rt $ $Date: 2005-09-08 22:50:52 $ +# last change: $Author: hr $ $Date: 2006-06-19 12:55:25 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -93,7 +93,8 @@ SLOFILES= $(SLO)$/Grid.obj \ $(SLO)$/navigationbar.obj \ $(SLO)$/formcontrolfont.obj \ $(SLO)$/refvaluecomponent.obj \ - $(SLO)$/imgprod.obj + $(SLO)$/imgprod.obj \ + $(SLO)$/findpos.obj # --- Targets ---------------------------------- |