diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-10-25 07:51:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-10-25 07:51:00 +0000 |
commit | 8c80741d33d9a58dfb39e25fa16a75044ae424f0 (patch) | |
tree | 226247045697d3246e59af97de4634a6dae84345 /fpicker | |
parent | 0fc76175edbbb1ecfdac44d14dd726ec89f69765 (diff) |
#i10000# Need to link against COMPHELPERLIB (SalGtkPicker.cxx uses comphelper::getProcessServiceFactory()
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/unx/gnome/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fpicker/source/unx/gnome/makefile.mk b/fpicker/source/unx/gnome/makefile.mk index 969d1e329a13..a941efb950bb 100644 --- a/fpicker/source/unx/gnome/makefile.mk +++ b/fpicker/source/unx/gnome/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-08 23:36:36 $ +# last change: $Author: rt $ $Date: 2006-10-25 08:51:00 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -86,6 +86,7 @@ SHL1STDLIBS=\ $(VCLLIB) \ $(TOOLSLIB) \ $(CPPUHELPERLIB) \ + $(COMPHELPERLIB) \ $(CPPULIB) \ $(SALLIB) \ $(PKGCONFIG_LIBS) |