From 43f30952f39e4d568befff2a224418435a8c7691 Mon Sep 17 00:00:00 2001 From: Tamas Bunth Date: Mon, 27 Aug 2018 10:21:32 +0200 Subject: mysqlc: fix registry configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iefe1446e5f28471c6cafd256b29612c2457e42fc Reviewed-on: https://gerrit.libreoffice.org/59640 Tested-by: Jenkins Reviewed-by: Tamás Bunth --- connectivity/Configuration_mysql.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'connectivity') diff --git a/connectivity/Configuration_mysql.mk b/connectivity/Configuration_mysql.mk index 3e3f0b908ecb..5ef54c70a80c 100644 --- a/connectivity/Configuration_mysql.mk +++ b/connectivity/Configuration_mysql.mk @@ -7,13 +7,14 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Configuration_Configuration,mysqlc)) +$(eval $(call gb_Configuration_Configuration,driver_mysqlc)) -$(eval $(call gb_Configuration_add_spool_modules,mysqlc,connectivity/registry/mysqlc,\ - org/openoffice/Office/DataAccess/Drivers-mysql.xcu \ +$(eval $(call gb_Configuration_add_spool_modules,driver_mysqlc,connectivity/registry/mysqlc,\ + org/openoffice/Office/DataAccess/Drivers-mysqlc.xcu \ )) -$(eval $(call gb_Configuration_add_localized_datas,mysqlc,connectivity/registry/mysqlc,\ +$(eval $(call gb_Configuration_add_localized_datas,driver_mysqlc,connectivity/registry/mysqlc,\ org/openoffice/Office/DataAccess/Drivers.xcu \ )) +# vim: set noet sw=4 ts=4: -- cgit