diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-13 11:54:07 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-24 15:23:55 +0100 |
commit | b3b76d1abb5ab9af33ce559872c2e1c45ecdbbd0 (patch) | |
tree | e4eb2f97d9e3e97a32e212a304310ef853ad534c /io/Library_streams.mk | |
parent | c6fc60d0739e1539e2efae23461f970eda7cf0f4 (diff) |
add $(gb_STDLIBS) to linked libs
Diffstat (limited to 'io/Library_streams.mk')
-rw-r--r-- | io/Library_streams.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Library_streams.mk b/io/Library_streams.mk index 8c9a889c22ed..66d866371040 100644 --- a/io/Library_streams.mk +++ b/io/Library_streams.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_linked_libs,streams,\ cppu \ cppuhelper \ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_componentfile,streams,io/source/stm/streams)) |