summaryrefslogtreecommitdiff
path: root/pyuno/Module_pyuno.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-28 11:47:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-28 16:02:46 +0200
commit7b91e84c72596d8d1dc3687292c9946f172c4df6 (patch)
treeba3a89bf4892ca5c42f3ac117c30a5a2d483dd3f /pyuno/Module_pyuno.mk
parentc36ff98f796761a4ec106563ad9761d8020b497a (diff)
Optional pyuno module should have its own services/pyuno.rdb
...this e.g. changes the error message when trying to register an extension that contains an (actively registered) Python component but no pyuno is installed from "Binary URP bridge disposed during call" to a less frightening "The service com.sun.star.loader.Python cannot be instantiated." Change-Id: I10f2b36b11395559ee95ce659878222b5ea99c11
Diffstat (limited to 'pyuno/Module_pyuno.mk')
-rw-r--r--pyuno/Module_pyuno.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 05aefa6f9da1..de42e49f5dfb 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -16,6 +16,7 @@ $(eval $(call gb_Module_add_targets,pyuno,\
Library_pythonloader \
Package_pyunorc \
Package_python_scripts \
+ Rdb_pyuno \
))
ifneq ($(OS),WNT)