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 | |
parent | c6fc60d0739e1539e2efae23461f970eda7cf0f4 (diff) |
add $(gb_STDLIBS) to linked libs
Diffstat (limited to 'io')
-rw-r--r-- | io/Library_acceptor.mk | 1 | ||||
-rw-r--r-- | io/Library_connector.mk | 1 | ||||
-rw-r--r-- | io/Library_streams.mk | 1 | ||||
-rw-r--r-- | io/Library_textinstream.mk | 1 | ||||
-rw-r--r-- | io/Library_textoutstream.mk | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/io/Library_acceptor.mk b/io/Library_acceptor.mk index 9c558bbb7257..12639b98baab 100644 --- a/io/Library_acceptor.mk +++ b/io/Library_acceptor.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_linked_libs,acceptor,\ cppu \ cppuhelper \ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_componentfile,acceptor,io/source/acceptor/acceptor)) diff --git a/io/Library_connector.mk b/io/Library_connector.mk index 1111aa6bd0aa..07ddfb9b705f 100644 --- a/io/Library_connector.mk +++ b/io/Library_connector.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_linked_libs,connector,\ cppu \ cppuhelper \ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_componentfile,connector,io/source/connector/connector)) 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)) diff --git a/io/Library_textinstream.mk b/io/Library_textinstream.mk index 2a2526200b1f..b6d0f82ec9a7 100644 --- a/io/Library_textinstream.mk +++ b/io/Library_textinstream.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_linked_libs,textinstream,\ cppu \ cppuhelper \ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_componentfile,textinstream,io/source/TextInputStream/textinstream)) diff --git a/io/Library_textoutstream.mk b/io/Library_textoutstream.mk index 0034208a3792..6de90504ba73 100644 --- a/io/Library_textoutstream.mk +++ b/io/Library_textoutstream.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_linked_libs,textoutstream,\ cppu \ cppuhelper \ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_componentfile,textoutstream,io/source/TextOutputStream/textoutstream)) |