From f221eea9edc0e954ea6b05e26408c83c7f91013b Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 14 Oct 2019 18:33:20 +0200 Subject: use common PCH for more libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I53164be413426691025a63cfba731cf5f9d1b7f8 Reviewed-on: https://gerrit.libreoffice.org/80790 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- connectivity/Library_jdbc.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'connectivity') diff --git a/connectivity/Library_jdbc.mk b/connectivity/Library_jdbc.mk index 2fb57a29cca9..fea943cd77c3 100644 --- a/connectivity/Library_jdbc.mk +++ b/connectivity/Library_jdbc.mk @@ -23,6 +23,8 @@ $(eval $(call gb_Library_set_include,jdbc,\ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) +$(eval $(call gb_Library_use_common_precompiled_header,jdbc)) + $(eval $(call gb_Library_use_libraries,jdbc,\ cppu \ cppuhelper \ -- cgit