summaryrefslogtreecommitdiff
path: root/stoc/Library_introspection.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-13 11:54:07 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-24 15:23:55 +0100
commitb3b76d1abb5ab9af33ce559872c2e1c45ecdbbd0 (patch)
treee4eb2f97d9e3e97a32e212a304310ef853ad534c /stoc/Library_introspection.mk
parentc6fc60d0739e1539e2efae23461f970eda7cf0f4 (diff)
add $(gb_STDLIBS) to linked libs
Diffstat (limited to 'stoc/Library_introspection.mk')
-rw-r--r--stoc/Library_introspection.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk
index 5766c017d2ee..1e9c97b42a01 100644
--- a/stoc/Library_introspection.mk
+++ b/stoc/Library_introspection.mk
@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,introspection,\
cppuhelper \
sal \
salhelper \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,introspection,stoc/source/inspect/introspection))