diff options
author | Javier Fernandez <jfernandez@igalia.com> | 2013-05-10 18:21:30 +0000 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-16 16:40:03 +0200 |
commit | f53228c59a7b539eaf639d6e5e903d0f89d6f5f8 (patch) | |
tree | 43245dfefef584e90ad05b559bf8bc5710e1520a /postprocess | |
parent | 0706ab4a743f9070c137cd93070bcf112c21f92f (diff) |
Firebird: initial implementation of the skeleton driver.
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 38758b26f9f5..6963c9759490 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -426,6 +426,13 @@ postprocess_FILES_postgresqlsdbc := $(postprocess_MOD)/org/openoffice/Office/Dat postprocess_DRIVERS += postgresql endif +ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE) +postprocess_XCDS += firebirdsdbc.xcd +postprocess_DEPS_firebirdsdbc := main +postprocess_FILES_firebirdsdbc := $(postprocess_MOD)/org/openoffice/Office/DataAccess/Drivers-firebird.xcu +postprocess_DRIVERS += firebird +endif + ifeq (unx,$(GUIBASE)) ifneq (,$(or $(filter TRUEYES,$(ENABLE_GCONF)$(ENABLE_LOCKDOWN))$(filter TRUE,$(ENABLE_GIO)))) postprocess_XCDS += gnome.xcd |