add missing $(gb_STDLIBS)

This commit is contained in:
David Tardon 2012-04-07 07:39:39 +02:00
parent 30e15cda5b
commit 543b6dcfad
3 changed files with 3 additions and 0 deletions

View File

@ -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,\

View File

@ -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,\

View File

@ -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))