summaryrefslogtreecommitdiff
path: root/svx/Library_svx.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
commitab451ff91e394a5f756558a9b27b39b55c43f075 (patch)
tree3734ff13290f921c824b452ce8d71ef3c836d368 /svx/Library_svx.mk
parenta204d0906ddf7498cf6bc0acbae4ac949f1a1af6 (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 'svx/Library_svx.mk')
-rw-r--r--svx/Library_svx.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk
index 97cde827eb56..b549adeb9030 100644
--- a/svx/Library_svx.mk
+++ b/svx/Library_svx.mk
@@ -68,7 +68,7 @@ $(eval $(call gb_Library_add_linked_libs,svx,\
vos3 \
xo \
xcr \
- $(gb_StdLibs) \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,svx,\
@@ -218,11 +218,6 @@ ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_exception_objects,svx,\
svx/source/dialog/sendreportunx \
))
-$(eval $(call gb_Library_add_linked_libs,svx,\
- dl \
- m \
- pthread \
-))
else
ifeq ($(OS),WNT)
$(eval $(call gb_Library_add_linked_libs,svx,\