69068f2228
Similar to the calc one. As a first step the Driver and the Connection interfaces are implemented, though the later has some stubs. Change-Id: Id043f7742fdb2006d4f88526ef4d055a6d8dee82 Reviewed-on: https://gerrit.libreoffice.org/40033 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
20 lines
710 B
Makefile
20 lines
710 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
$(eval $(call gb_Configuration_Configuration,driver_writer))
|
|
|
|
$(eval $(call gb_Configuration_add_spool_modules,driver_writer,connectivity/registry/writer,\
|
|
org/openoffice/Office/DataAccess/Drivers-writer.xcu \
|
|
))
|
|
|
|
$(eval $(call gb_Configuration_add_localized_datas,driver_writer,connectivity/registry/writer,\
|
|
org/openoffice/Office/DataAccess/Drivers.xcu \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|