aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-03 22:08:53 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-13 18:22:09 +0100
commite14a51a2bb759429cb624cf4eba59454b6af24e7 (patch)
tree31bd1530b078296b64952a5f4bfdaf1f6885d3b2 /src/util/Makefile.am
parentee3ec8e4e24221db9a77e4356607e1a484f05128 (diff)
downloadgnunet-e14a51a2bb759429cb624cf4eba59454b6af24e7.tar.gz
gnunet-e14a51a2bb759429cb624cf4eba59454b6af24e7.zip
gnunet-qr: Use GNUNET_PROGRAM_run to simplify the code.
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 98997efbd..89d0462c5 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -282,6 +282,9 @@ gnunet_uri_LDADD = \
282gnunet_qr_SOURCES = \ 282gnunet_qr_SOURCES = \
283 gnunet-qr.c \ 283 gnunet-qr.c \
284 gnunet-qr-utils.h 284 gnunet-qr-utils.h
285gnunet_qr_LDADD = \
286 libgnunetutil.la \
287 $(GN_LIBINTL)
285gnunet_qr_LDFLAGS= $(libzbar_LIBS) 288gnunet_qr_LDFLAGS= $(libzbar_LIBS)
286gnunet_qr_CFLAGS = $(libzbar_CFLAGS) -DBINDIR=\"@bindir@/\" 289gnunet_qr_CFLAGS = $(libzbar_CFLAGS) -DBINDIR=\"@bindir@/\"
287 290