fix linker options for gnunet-qr
authorChristian Grothoff <christian@grothoff.org>
Wed, 3 Apr 2019 12:20:49 +0000 (14:20 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 3 Apr 2019 12:20:56 +0000 (14:20 +0200)
src/util/Makefile.am

index 89d0462c5175e690644765d28cace01cd85a6af7..20e2dd917953f16aa79d3dcaeb59b76c197e7aa7 100644 (file)
@@ -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