summaryrefslogtreecommitdiff
path: root/comphelper/Library_comphelp.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 /comphelper/Library_comphelp.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 'comphelper/Library_comphelp.mk')
-rw-r--r--comphelper/Library_comphelp.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/comphelper/Library_comphelp.mk b/comphelper/Library_comphelp.mk
index 37551b8b35e7..f077c1db4973 100644
--- a/comphelper/Library_comphelp.mk
+++ b/comphelper/Library_comphelp.mk
@@ -52,7 +52,7 @@ $(eval $(call gb_Library_add_linked_libs,comphelper,\
ucbhelper \
vos3 \
stl \
- $(gb_StdLibs) \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,comphelper,\
@@ -154,11 +154,4 @@ $(eval $(call gb_Library_add_exception_objects,comphelper,\
comphelper/source/xml/ofopxmlhelper \
))
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,comphelper,\
- dl \
- m \
- pthread \
-))
-endif
# vim: set noet sw=4 ts=4: