summaryrefslogtreecommitdiff
path: root/solenv/gbuild/InternalUnoApi.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-29 11:17:47 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:25:03 +0200
commit2ca8cdf9791adc63e5afc2855f11397687826cf3 (patch)
tree5a76fec1327f7a25dd211e289b89601909c022a6 /solenv/gbuild/InternalUnoApi.mk
parent12af68fe6ee5823a054415ad2442eb4bbc31e8da (diff)
deliver component desc. xml, if used
Change-Id: I2908d5851ae33d70a49a032130fdc1a406310c7d
Diffstat (limited to 'solenv/gbuild/InternalUnoApi.mk')
-rw-r--r--solenv/gbuild/InternalUnoApi.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/InternalUnoApi.mk b/solenv/gbuild/InternalUnoApi.mk
index e01e2fd8118a..f5c2aa231d01 100644
--- a/solenv/gbuild/InternalUnoApi.mk
+++ b/solenv/gbuild/InternalUnoApi.mk
@@ -113,6 +113,8 @@ endef
define gb_InternalUnoApi_set_xmlfile
$(call gb_UnoApiTarget_set_xmlfile,$(1)_out,$(2))
+$(call gb_Package_Package,$(1)_xml,$(SRCDIR))
+$(call gb_Package_add_file,$(1)_xml,xml/$(notdir $(2)),$(2))
endef