aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-11 16:01:13 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-11 16:01:13 +0100
commit0f024bfe565f05fb31383235676c9fa6e6539219 (patch)
treea935aad8db99268801f1ef2fd2a2ad3063d39ae3 /src
parentd8e2905c74e63975af5ffe79d7fb1247328def94 (diff)
downloadgnunet-0f024bfe565f05fb31383235676c9fa6e6539219.tar.gz
gnunet-0f024bfe565f05fb31383235676c9fa6e6539219.zip
fix out-of-tree build of GNUnet
Diffstat (limited to 'src')
-rw-r--r--src/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
196do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 196do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
197 197
198gnunet-qr: gnunet-qr.py.in Makefile 198gnunet-qr: gnunet-qr.py.in Makefile
199 $(do_subst) < gnunet-qr.py.in > gnunet-qr 199 $(do_subst) < $(top_srcdir)/src/util/gnunet-qr.py.in > gnunet-qr
200 chmod +x gnunet-qr 200 chmod +x gnunet-qr
201 201
202gnunet_service_resolver_SOURCES = \ 202gnunet_service_resolver_SOURCES = \