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
committerChristian Grothoff <christian@grothoff.org>2019-04-03 13:44:54 +0200
commitac123283d47ff2418111cb194a7aa92e9dfa0cd0 (patch)
tree890527f63e97ef3c8e718fa86a720ba375b8d7b3 /src/util/Makefile.am
parent88c55363e17beaa1c2d7344b3d4a90e1d639dc67 (diff)
downloadgnunet-ac123283d47ff2418111cb194a7aa92e9dfa0cd0.tar.gz
gnunet-ac123283d47ff2418111cb194a7aa92e9dfa0cd0.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 548af6305..a5a7ff288 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