From 809e2d33b45b54b4438a4c55aed93efd73d2aa49 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 19 Jun 2017 17:06:34 +0200 Subject: create comphelper::RefCountedMutex and merge the two existing implementations of the idea - SotMutexHolder from package and RefCountedMutex from connectivity Change-Id: I87f09f359ac798cf934381a2c75225dab71dd43e Reviewed-on: https://gerrit.libreoffice.org/38972 Tested-by: Jenkins Reviewed-by: Noel Grandin --- connectivity/Library_postgresql-sdbc-impl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'connectivity/Library_postgresql-sdbc-impl.mk') diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk index 2ff0b635b890..53cebd01a242 100644 --- a/connectivity/Library_postgresql-sdbc-impl.mk +++ b/connectivity/Library_postgresql-sdbc-impl.mk @@ -20,6 +20,7 @@ $(eval $(call gb_Library_set_precompiled_header,postgresql-sdbc-impl,$(SRCDIR)/c $(eval $(call gb_Library_use_sdk_api,postgresql-sdbc-impl)) $(eval $(call gb_Library_use_libraries,postgresql-sdbc-impl,\ + comphelper \ cppu \ cppuhelper \ dbtools \ -- cgit