diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-24 21:58:38 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-25 11:42:40 +0200 |
commit | 8e602afd1e999e984e18d984a9986324831ac881 (patch) | |
tree | c963379f4e317fa1f2b3d430adbb01da2088b252 /desktop/Extension_test-passive.mk | |
parent | 7da7682965c0465a4c6ae017870daadc2b9ac099 (diff) |
stop looking for Jar files in solver
Change-Id: I4d2a93fa7395354fbf2893df9e254ab39fa365af
Diffstat (limited to 'desktop/Extension_test-passive.mk')
-rw-r--r-- | desktop/Extension_test-passive.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Extension_test-passive.mk b/desktop/Extension_test-passive.mk index dbd03cf313d4..9d235b6f03dd 100644 --- a/desktop/Extension_test-passive.mk +++ b/desktop/Extension_test-passive.mk @@ -17,7 +17,7 @@ $(eval $(call gb_Extension_add_files,test-passive,, \ $(SRCDIR)/desktop/test/deployment/passive/Addons.xcu \ $(SRCDIR)/desktop/test/deployment/passive/ProtocolHandler.xcu \ $(SRCDIR)/desktop/test/deployment/passive/passive_python.py \ - $(call gb_Jar_get_outdir_target,passive_java) \ + $(call gb_Jar_get_target,passive_java) \ )) $(eval $(call gb_Extension_add_libraries,test-passive, \ |