summaryrefslogtreecommitdiff
path: root/connectivity/Configuration_firebird.mk
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-05-10 18:21:30 +0000
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-16 16:40:03 +0200
commitf53228c59a7b539eaf639d6e5e903d0f89d6f5f8 (patch)
tree43245dfefef584e90ad05b559bf8bc5710e1520a /connectivity/Configuration_firebird.mk
parent0706ab4a743f9070c137cd93070bcf112c21f92f (diff)
Firebird: initial implementation of the skeleton driver.
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
Diffstat (limited to 'connectivity/Configuration_firebird.mk')
-rw-r--r--connectivity/Configuration_firebird.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/connectivity/Configuration_firebird.mk b/connectivity/Configuration_firebird.mk
new file mode 100644
index 000000000000..49b95b591f3e
--- /dev/null
+++ b/connectivity/Configuration_firebird.mk
@@ -0,0 +1,18 @@
+# -*- 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_firebird))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_firebird,connectivity/registry/firebird,\
+ org/openoffice/Office/DataAccess/Drivers-firebird.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_firebird,connectivity/registry/firebird,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))