summaryrefslogtreecommitdiff
path: root/svx/Library_textconversiondlgs.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_textconversiondlgs.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_textconversiondlgs.mk')
-rw-r--r--svx/Library_textconversiondlgs.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/svx/Library_textconversiondlgs.mk b/svx/Library_textconversiondlgs.mk
index 2e0880aced18..c2ddae4fe131 100644
--- a/svx/Library_textconversiondlgs.mk
+++ b/svx/Library_textconversiondlgs.mk
@@ -52,7 +52,7 @@ $(eval $(call gb_Library_add_linked_libs,textconversiondlgs,\
tl \
utl \
vcl \
- $(gb_StdLibs) \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,textconversiondlgs,\
@@ -63,13 +63,4 @@ $(eval $(call gb_Library_add_exception_objects,textconversiondlgs,\
svx/source/unodialogs/textconversiondlgs/resid \
))
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,textconversiondlgs,\
- dl \
- m \
- pthread \
- stl \
-))
-endif
-
# vim: set noet sw=4 ts=4: