diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-10 22:41:42 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-11 11:57:16 +0100 |
commit | d744bcae5da339a1d365e37a4223212ae3560f7e (patch) | |
tree | 626bbef4c973964cf24d686c8f5d497d435683c8 /postprocess/CustomTarget_registry.mk | |
parent | a96ac994f0fc4fc52dab7a496a8485d3eba10913 (diff) |
normalize values of BUILD_POSTGRESQL_SDBC
Change-Id: Iab7ef9ef27ea970aded726a8c8d2c46267454a64
Diffstat (limited to 'postprocess/CustomTarget_registry.mk')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 092f3ed8c2cd..6764568979e0 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -430,7 +430,7 @@ postprocess_FILES_xsltfilter := \ $(call gb_XcuFilterFiltersTarget_get_target,fcfg_xslt_filters.xcu) \ $(call gb_XcuFilterTypesTarget_get_target,fcfg_xslt_types.xcu) -ifeq ($(BUILD_POSTGRESQL_SDBC),YES) +ifneq ($(BUILD_POSTGRESQL_SDBC),) postprocess_XCDS += postgresql.xcd postprocess_DEPS_postgresql := main postprocess_FILES_postgresql := $(call gb_XcuModuleTarget_get_target,connectivity/registry/postgresql)/org/openoffice/Office/DataAccess/Drivers-postgresql.xcu |