From 8b6b7febc5af8f10e308f41730ef3c8297f8e55e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 3 Apr 2019 14:20:49 +0200 Subject: [PATCH] fix linker options for gnunet-qr --- src/util/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 89d0462c5..20e2dd917 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -285,8 +285,8 @@ gnunet_qr_SOURCES = \ gnunet_qr_LDADD = \ libgnunetutil.la \ $(GN_LIBINTL) -gnunet_qr_LDFLAGS= $(libzbar_LIBS) -gnunet_qr_CFLAGS = $(libzbar_CFLAGS) -DBINDIR=\"@bindir@/\" +gnunet_qr_LDFLAGS= \ + -lzbar plugin_LTLIBRARIES = \ libgnunet_plugin_test.la -- 2.25.1