From 0f024bfe565f05fb31383235676c9fa6e6539219 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 11 Nov 2016 16:01:13 +0100 Subject: [PATCH] fix out-of-tree build of GNUnet --- src/util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index f28861f46..65818640c 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -196,7 +196,7 @@ endif do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' gnunet-qr: gnunet-qr.py.in Makefile - $(do_subst) < gnunet-qr.py.in > gnunet-qr + $(do_subst) < $(top_srcdir)/src/util/gnunet-qr.py.in > gnunet-qr chmod +x gnunet-qr gnunet_service_resolver_SOURCES = \ -- 2.25.1