summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-23 15:08:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-23 18:07:52 +0100
commit3a7ae48b6f610899200ae2800706533f7c4c9f80 (patch)
tree6e00a466a3af145e83eb6490b65af1abca7cbc81 /postprocess
parent2ec3bc43e1d00ae1911397883976c3724f0bfe14 (diff)
fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packregistry/makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk
index d82c9ef1bb09..ae3cc87da75f 100644
--- a/postprocess/packregistry/makefile.mk
+++ b/postprocess/packregistry/makefile.mk
@@ -438,6 +438,12 @@ MY_FILES_binfilter = \
$(MY_MOD)/fcfg_writer_bf_types.xcu
.END
+.IF "$(BUILD_POSTGRESQL_SDBC)" == "YES"
+MY_XCDS += $(MISC)/postgresqlsdbc.xcd
+MY_DEPS_postgresqlsdbc = main
+MY_FILES_postgresqlsdbc = $(MY_MOD)/DataAccess/postgresql.xcu
+.END
+
.IF "$(GUIBASE)" == "unx" && \
(("$(ENABLE_GCONF)" == "TRUE" && "$(ENABLE_LOCKDOWN)" == "YES") || \
"$(ENABLE_GIO)" == "TRUE")