summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-03-14 15:09:15 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 01:25:10 +0200
commit206aa418a979540f6bf61b2ccc9886752dab1803 (patch)
treed156f134e19e8cc90bb0e347f6c8810c5e92b1e2 /idl
parent6cf6db3b587c5abed0c635e87f63bbe221eea63f (diff)
gnumake4: idl: link stl [hg:8682dc501634]
Diffstat (limited to 'idl')
-rw-r--r--idl/Executable_svidl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk
index 961f9c16626e..6f4b830a9636 100644
--- a/idl/Executable_svidl.mk
+++ b/idl/Executable_svidl.mk
@@ -41,8 +41,9 @@ $(eval $(call gb_Executable_set_cxxflags,svidl,\
))
$(eval $(call gb_Executable_add_linked_libs,svidl,\
- sal \
tl \
+ sal \
+ stl \
$(gb_STDLIBS) \
))