diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:23:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 15:23:55 +0000 |
commit | 35b0b3e6e3dc53b78367e4349fd6f73d185034d4 (patch) | |
tree | f4feb200ee72fdd0d1d39c1a1103c1e81164683b | |
parent | 1806769ebe491bfcab4d080f1deded63e7ad0cc0 (diff) |
INTEGRATION: CWS vcl85_SRC680 (1.100.54); FILE MERGED
2007/12/21 13:06:27 pl 1.100.54.2: RESYNC: (1.100-1.103); FILE MERGED
2007/12/03 16:40:32 pl 1.100.54.1: #i84179# remove libsn
-rw-r--r-- | vcl/util/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index f67b9d5dacbd..0efcf4f7020e 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.103 $ +# $Revision: 1.104 $ # -# last change: $Author: kz $ $Date: 2007-12-12 13:22:06 $ +# last change: $Author: rt $ $Date: 2008-01-29 16:23:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -323,10 +323,6 @@ SHL2STDLIBS += -ldl -lnsl -lsocket .IF "$(GUIBASE)"=="unx" -.IF "$(WITH_LIBSN)"=="YES" -SHL2STDLIBS+=$(LIBSN_LIBS) -.ENDIF - SHL2STDLIBS += -lXext -lSM -lICE -lX11 .IF "$(OS)"!="MACOSX" && "$(OS)"!="FREEBSD" # needed by salprnpsp.cxx |