summaryrefslogtreecommitdiff
path: root/tools/Library_tl.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
commit582eb5a368de1627164bc50e25f9eab8ae96e1a8 (patch)
tree753f5f1ac5b0aa5741d3b4f45b27d3f549fff153 /tools/Library_tl.mk
parent5785dee00e8fcfc135385fc847c01be5b5ee295f (diff)
CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework
Diffstat (limited to 'tools/Library_tl.mk')
-rw-r--r--tools/Library_tl.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index 0cb59eaeac94..8489f21d7d47 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -55,7 +55,7 @@ $(eval $(call gb_Library_add_linked_libs,tl,\
cppu \
sal \
vos3 \
- $(gb_StdLibs) \
+ $(gb_STDLIBS) \
))
@@ -140,14 +140,6 @@ $(eval $(call gb_Library_add_linked_static_libs,tl,\
))
endif
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,tl,\
- dl \
- m \
- pthread \
-))
-endif
-
ifeq ($(OS),WNT)
$(eval $(call gb_Library_set_include,tl,\
$$(INCLUDE) \