summaryrefslogtreecommitdiff
path: root/wizards/Jar_commonwizards.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-17 11:02:49 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-17 12:52:25 +0200
commit5a4bcd3b7578523af6a2754369231ca1cf413f82 (patch)
tree6d055022ed60cb89e8419f97610eb465a46cb91b /wizards/Jar_commonwizards.mk
parent79c9ea3818334b39eda6996cf488143a5dc586d4 (diff)
gbuild: register all jars
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
Diffstat (limited to 'wizards/Jar_commonwizards.mk')
-rw-r--r--wizards/Jar_commonwizards.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/wizards/Jar_commonwizards.mk b/wizards/Jar_commonwizards.mk
index 3e48e4212ee2..ee3d68c3ddad 100644
--- a/wizards/Jar_commonwizards.mk
+++ b/wizards/Jar_commonwizards.mk
@@ -29,11 +29,11 @@
$(eval $(call gb_Jar_Jar,commonwizards))
$(eval $(call gb_Jar_use_jars,commonwizards,\
- $(OUTDIR_FOR_BUILD)/bin/ridl.jar \
- $(OUTDIR_FOR_BUILD)/bin/unoil.jar \
- $(OUTDIR_FOR_BUILD)/bin/jurt.jar \
- $(OUTDIR_FOR_BUILD)/bin/juh.jar \
- $(OUTDIR_FOR_BUILD)/bin/java_uno.jar \
+ ridl \
+ unoil \
+ jurt \
+ juh \
+ java_uno \
))
$(eval $(call gb_Jar_set_packageroot,commonwizards,com))