diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-07 07:39:39 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:24:41 +0200 |
commit | 543b6dcfadb947a301ef591ff57fe8c1ece21cf9 (patch) | |
tree | 9fb1834aa4d7d16ad748ff6159405898b093d86a | |
parent | 30e15cda5b3acac9d159160dea77b6ecd5bcf98b (diff) |
add missing $(gb_STDLIBS)
-rw-r--r-- | connectivity/Library_mozbootstrap.mk | 1 | ||||
-rw-r--r-- | connectivity/Library_postgresql-sdbc-impl.mk | 1 | ||||
-rw-r--r-- | connectivity/Library_postgresql-sdbc.mk | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/Library_mozbootstrap.mk b/connectivity/Library_mozbootstrap.mk index 2635494fec14..38d39c9d9124 100644 --- a/connectivity/Library_mozbootstrap.mk +++ b/connectivity/Library_mozbootstrap.mk @@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,mozbootstrap,\ cppu \ cppuhelper \ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,mozbootstrap,\ diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk index e02d8ccf7ef5..a401e1d76cc7 100644 --- a/connectivity/Library_postgresql-sdbc-impl.mk +++ b/connectivity/Library_postgresql-sdbc-impl.mk @@ -43,6 +43,7 @@ $(eval $(call gb_Library_add_linked_libs,postgresql-sdbc-impl,\ cppuhelper \ sal \ salhelper \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\ diff --git a/connectivity/Library_postgresql-sdbc.mk b/connectivity/Library_postgresql-sdbc.mk index c145fcecca61..fe79128069ce 100644 --- a/connectivity/Library_postgresql-sdbc.mk +++ b/connectivity/Library_postgresql-sdbc.mk @@ -42,6 +42,7 @@ $(eval $(call gb_Library_add_linked_libs,postgresql-sdbc,\ cppu \ cppuhelper \ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_componentfile,postgresql-sdbc,connectivity/source/drivers/postgresql/postgresql-sdbc)) |