From 84327196103f073c83e7862b04997afe92e03a94 Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Wed, 24 Oct 2001 16:21:47 +0000 Subject: #92403# remove Xt/Xm/Xaw/Xmu from office --- solenv/inc/unxbsds.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'solenv/inc/unxbsds.mk') diff --git a/solenv/inc/unxbsds.mk b/solenv/inc/unxbsds.mk index bf72fd443021..57e5c3e21daf 100644 --- a/solenv/inc/unxbsds.mk +++ b/solenv/inc/unxbsds.mk @@ -3,9 +3,9 @@ # # $RCSfile: unxbsds.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2001-05-02 15:05:51 $ +# last change: $Author: pl $ $Date: 2001-10-24 17:21:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -168,11 +168,11 @@ STDSLOCUI= # libraries for linking applications STDLIBCUIST=-lm -STDLIBGUIMT=-lXaw -lXt -lX11 -lpthread -lm +STDLIBGUIMT=-lX11 -lpthread -lm STDLIBCUIMT=-lpthread -lm -STDLIBGUIST=-lXaw -lXt -lX11 -lm +STDLIBGUIST=-lX11 -lm # libraries for linking shared libraries -STDSHLGUIMT=-lXaw -lXt -lX11 -lXext -lpthread -lm +STDSHLGUIMT=-lX11 -lXext -lpthread -lm STDSHLCUIMT=-lpthread -lm # STLport always needs pthread. This may yield some redundant -lpthread -- cgit