summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-05 14:22:34 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-05 14:22:34 +0200
commitb08a5ac83be0c5323c064da07dad64c8958c8026 (patch)
treefcf9d761f52b217746bc4bdb383fa4cbfa1dd281 /instsetoo_native
parenteee0b9613cc68384698d701ad4d0d371f14df92d (diff)
copy more rdb files into instdir
Change-Id: I92fe5833fb7e4c869d1bf1b14b257394ce1b820b
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/Package_rdb.mk18
1 files changed, 16 insertions, 2 deletions
diff --git a/instsetoo_native/Package_rdb.mk b/instsetoo_native/Package_rdb.mk
index af41c9e9d8d3..9e28f068f6d8 100644
--- a/instsetoo_native/Package_rdb.mk
+++ b/instsetoo_native/Package_rdb.mk
@@ -11,8 +11,22 @@ $(eval $(call gb_Package_Package,instsetoo_native_rdb,$(OUTDIR)))
$(eval $(call gb_Package_set_outdir,instsetoo_native_rdb,$(INSTDIR)))
-$(eval $(call gb_Package_add_file,instsetoo_native_rdb,program/services/services.rdb,xml/services.rdb))
-$(eval $(call gb_Package_add_file,instsetoo_native_rdb,program/types/offapi.rdb,bin/offapi.rdb))
+$(eval $(call gb_Package_add_files,instsetoo_native_rdb,program/services,\
+ xml/services.rdb \
+ $(call gb_Helper_optional,POSTGRESQL,$(if $(filter YES,$(BUILD_POSTGRESQL_SDBC)),xml/postgresql-sdbc.rdb)) \
+ $(if $(filter TRUE,$(DISABLE_SCRIPTING)),,\
+ $(if $(SOLAR_JAVA),\
+ $(if $(filter $(ENABLE_SCRIPTING_BEANSHELL),YES),xml/scriptproviderforbeanshell.rdb) \
+ $(if $(filter $(ENABLE_SCRIPTING_JAVASCRIPT),YES),xml/scriptproviderforjavascript.rdb) \
+ ) \
+ ) \
+))
+
+$(eval $(call gb_Package_add_files,instsetoo_native_rdb,program/types,\
+ bin/offapi.rdb \
+ bin/oovbaapi.rdb \
+))
+
$(eval $(call gb_Package_add_file,instsetoo_native_rdb,ure/share/misc/services.rdb,xml/ure/services.rdb))
$(eval $(call gb_Package_add_file,instsetoo_native_rdb,ure/share/misc/types.rdb,bin/udkapi.rdb))