summaryrefslogtreecommitdiff
path: root/instsetoo_native/Package_setup.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-27 15:06:21 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-28 16:34:24 +0200
commit0346f008e7ee6d30b8990806bab8cc69b4bf181d (patch)
tree771b371908cbc1a8b0431a605e658973487352bf /instsetoo_native/Package_setup.mk
parent6ae02e9c617f969262e28bc705bf3cb269d665d7 (diff)
gbuild: add ure-link to instdir
Change-Id: I1279ea7cdd9828598179154815a85e2a4ce7e567
Diffstat (limited to 'instsetoo_native/Package_setup.mk')
-rw-r--r--instsetoo_native/Package_setup.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/instsetoo_native/Package_setup.mk b/instsetoo_native/Package_setup.mk
index cf73f4fae8c3..cd32a9e6bcbe 100644
--- a/instsetoo_native/Package_setup.mk
+++ b/instsetoo_native/Package_setup.mk
@@ -12,5 +12,6 @@ $(eval $(call gb_Package_Package,instsetoo_native_setup,$(call gb_CustomTarget_g
$(eval $(call gb_Package_set_outdir,instsetoo_native_setup,$(INSTDIR)))
$(eval $(call gb_Package_add_file,instsetoo_native_setup,program/ooenv,ooenv))
+$(eval $(call gb_Package_add_file,instsetoo_native_setup,ure-link,ure-link))
# vim: set noet sw=4 ts=4: