diff --git a/p2v/Makefile.am b/p2v/Makefile.am index 0067d5aad..8136b90b1 100644 --- a/p2v/Makefile.am +++ b/p2v/Makefile.am @@ -298,7 +298,7 @@ test-virt-p2v-pxe.sshd_config: test-virt-p2v-pxe.sshd_config.in test-virt-p2v-pxe.authorized_keys: test-virt-p2v-pxe.id_rsa.pub $(top_builddir)/run rm -f $@ $@-t - $(top_builddir)/run sh -c 'echo -n environment=\"PATH=$$PATH\"\ ' > $@-t + $(top_builddir)/run sh -c 'echo -n environment=\"PATH=$$PATH\",environment=\"LD_LIBRARY_PATH=$(abs_top_builddir)/src/.libs\"\ ' > $@-t cat $< >> $@-t mv $@-t $@