From bf23a81a12b7cb70ad1eba08d7bd28084a16bc0f Mon Sep 17 00:00:00 2001
From: Vladimir Glazounov <vg@openoffice.org>
Date: Thu, 6 Dec 2007 15:46:46 +0000
Subject: INTEGRATION: CWS soli10envfixes (1.100.46); FILE MERGED 2007/11/29
 12:01:30 vg 1.100.46.1: #i84079# additional library path for checkdll

---
 vcl/util/makefile.mk | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

(limited to 'vcl/util')

diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk
index 3e3f69acd7ea..4a724ba5f22f 100644
--- a/vcl/util/makefile.mk
+++ b/vcl/util/makefile.mk
@@ -4,9 +4,9 @@
 #
 #   $RCSfile: makefile.mk,v $
 #
-#   $Revision: 1.100 $
+#   $Revision: 1.101 $
 #
-#   last change: $Author: vg $ $Date: 2007-10-15 13:07:51 $
+#   last change: $Author: vg $ $Date: 2007-12-06 16:46:46 $
 #
 #   The Contents of this file are made available subject to
 #   the terms of GNU Lesser General Public License Version 2.1.
@@ -379,6 +379,9 @@ SHL4STDLIBS+=\
 
 # KDE plugin
 .IF "$(ENABLE_KDE)" != ""
+.IF "$(KDE_ROOT)"!=""
+EXTRALIBPATHS+=-L$(KDE_ROOT)$/lib
+.ENDIF
 LIB5TARGET=$(SLB)$/ikde_plug_
 LIB5FILES=$(SLB)$/kdeplug.lib
 SHL5TARGET=vclplug_kde$(UPD)$(DLLPOSTFIX)
-- 
cgit