diff options
author | Iain Lane <iain@orangesquash.org.uk> | 2014-10-30 13:55:51 +0000 |
---|---|---|
committer | Iain Lane <iain@orangesquash.org.uk> | 2014-10-30 13:55:51 +0000 |
commit | 9306f1798fc3c4ab7c9fd5d2852f5f05181c093d (patch) | |
tree | e9a37eacec668ba64b729386cb767ba52d074ab4 | |
parent | 3645d9efd849c56a1bece51d00b6aa76ff7bdda3 (diff) | |
download | libdbusmenu-9306f1798fc3c4ab7c9fd5d2852f5f05181c093d.tar.gz libdbusmenu-9306f1798fc3c4ab7c9fd5d2852f5f05181c093d.tar.bz2 libdbusmenu-9306f1798fc3c4ab7c9fd5d2852f5f05181c093d.zip |
Use local copy of libtool instead of /usr/bin/libtool
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 716d773..06191b1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -249,7 +249,7 @@ test-json-instruction: test-json-client test-json-server test-json-instruction-c @echo export G_DEBUG=fatal_criticals >> $@ @echo export G_MESSAGES_DEBUG=all >> $@ @echo $(XVFB_RUN) >> $@ - @echo $(DBUS_RUNNER) --task $(builddir)/test-json-client --wait-for org.dbusmenu.test --task-name Client --parameter $(top_builddir)/tools/dbusmenu-dumper --parameter /dev/null --task libtool --parameter --mode=execute --parameter $(srcdir)/test-json-instruction-count --parameter $(builddir)/test-json-server --task-name Server --parameter $(srcdir)/test-json-01.json >> $@ + @echo $(DBUS_RUNNER) --task $(builddir)/test-json-client --wait-for org.dbusmenu.test --task-name Client --parameter $(top_builddir)/tools/dbusmenu-dumper --parameter /dev/null --task "$(abs_top_builddir)/libtool" --parameter --mode=execute --parameter $(srcdir)/test-json-instruction-count --parameter $(builddir)/test-json-server --task-name Server --parameter $(srcdir)/test-json-01.json >> $@ @chmod +x $@ EXTRA_DIST += \ |