From: Christian Grothoff Date: Fri, 11 Nov 2016 15:01:13 +0000 (+0100) Subject: fix out-of-tree build of GNUnet X-Git-Tag: taler-0.2.0~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0f024bfe565f05fb31383235676c9fa6e6539219;p=oweals%2Fgnunet.git fix out-of-tree build of GNUnet --- 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 = \