diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-15 21:11:22 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-16 16:40:16 +0200 |
commit | f32dc63b5219e3b8ff99b3b04ec06b48b3c20eab (patch) | |
tree | a47420e60d3eee5bbd3bc3e1915e7d89412c934d /postprocess/CustomTarget_registry.mk | |
parent | 35f02179210929fc125f69c6989a53610bd115df (diff) |
Make firebird-sdbc install consistent with other drivers.
Change-Id: I01673bda5a08ca793f4fba89ddae036e3f1483e2
Diffstat (limited to 'postprocess/CustomTarget_registry.mk')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 6963c9759490..85abfd06d344 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -339,6 +339,11 @@ postprocess_FILES_main += \ $(postprocess_MOD)/org/openoffice/Office/DataAccess/Drivers-jdbc.xcu postprocess_DRIVERS += hsqldb jdbc endif +ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE) +postprocess_FILES_main += \ + $(postprocess_MOD)/org/openoffice/Office/DataAccess/Drivers-firebird.xcu +postprocess_DRIVERS += firebird_sdbc +endif ifeq ($(ENABLE_TDEAB),TRUE) postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/DataAccess/Drivers-tdeab.xcu endif @@ -426,13 +431,6 @@ 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 |