diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-10-24 16:00:56 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-10-24 16:00:56 +0000 |
commit | e03cf1a128a339d270caf151869029fca9f159b0 (patch) | |
tree | a183a4342d9c5f495481c38c6d73bf9032e91597 /forms/util | |
parent | 39c960343eb478ee3787945fd624e42da9ec69bd (diff) |
#92403# remove Xt from office
Diffstat (limited to 'forms/util')
-rw-r--r-- | forms/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/util/makefile.mk b/forms/util/makefile.mk index ffa1d1ab7ea3..fd60e95df3d7 100644 --- a/forms/util/makefile.mk +++ b/forms/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: fs $ $Date: 2001-07-23 06:27:47 $ +# last change: $Author: pl $ $Date: 2001-10-24 17:00:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -123,7 +123,7 @@ RESLIB1SRSFILES=$(RES1FILELIST) .IF "$(GUI)"=="UNX" SHL1STDLIBS +=\ - -lX11 -lXt -lXmu + -lX11 .ENDIF |