diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-19 13:52:44 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-09 22:09:10 +0200 |
commit | d44759e3d78d23b360f8b628857a96618dae5cbd (patch) | |
tree | e35beb804e06c9e54d441b85f6fb97e2da98f936 /pyuno/Rdb_pyuno.mk | |
parent | d78e4f0c461d80c17aa813c7ee6c04b5cee881b0 (diff) |
gbuild: install rdb files directly in module they come from
Change-Id: I3a9cb4ce71cfb02b7378289a36aa0eb6e3a42f26
Diffstat (limited to 'pyuno/Rdb_pyuno.mk')
-rw-r--r-- | pyuno/Rdb_pyuno.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyuno/Rdb_pyuno.mk b/pyuno/Rdb_pyuno.mk index 4d4f5cabf633..71050eca6c59 100644 --- a/pyuno/Rdb_pyuno.mk +++ b/pyuno/Rdb_pyuno.mk @@ -9,6 +9,8 @@ $(eval $(call gb_Rdb_Rdb,pyuno)) +$(eval $(call gb_Rdb_install,pyuno)) + $(eval $(call gb_Rdb_add_components,pyuno, \ pyuno/source/loader/pythonloader \ )) |