aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-03 02:10:13 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-13 18:22:07 +0100
commit70a749982e4ed34468d11affebe03a718facf3f4 (patch)
tree492bd9f6075cbc8d2848a1fd76089b8cad5ee903 /src/util/Makefile.am
parentd60866a5dfb1a3529d40ee4c445b891c68a362c8 (diff)
downloadgnunet-70a749982e4ed34468d11affebe03a718facf3f4.tar.gz
gnunet-70a749982e4ed34468d11affebe03a718facf3f4.zip
gnunet-qr: Use the `gnunet-uri` binary installed into PREFIX.
This helps keeping environments concise and functional package managers like guix this will ensure `gnunet-uri` from the same environment is used.
Diffstat (limited to 'src/util/Makefile.am')
-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 ba3c98ad1..98997efbd 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -283,7 +283,7 @@ gnunet_qr_SOURCES = \
283 gnunet-qr.c \ 283 gnunet-qr.c \
284 gnunet-qr-utils.h 284 gnunet-qr-utils.h
285gnunet_qr_LDFLAGS= $(libzbar_LIBS) 285gnunet_qr_LDFLAGS= $(libzbar_LIBS)
286gnunet_qr_CFLAGS = $(libzbar_CFLAGS) 286gnunet_qr_CFLAGS = $(libzbar_CFLAGS) -DBINDIR=\"@bindir@/\"
287 287
288plugin_LTLIBRARIES = \ 288plugin_LTLIBRARIES = \
289 libgnunet_plugin_test.la 289 libgnunet_plugin_test.la