summaryrefslogtreecommitdiff
path: root/svx/Library_textconversiondlgs.mk
diff options
context:
space:
mode:
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: