gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix linker options for gnun


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix linker options for gnunet-qr
Date: Wed, 03 Apr 2019 14:20:58 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8b6b7febc fix linker options for gnunet-qr
8b6b7febc is described below

commit 8b6b7febc5af8f10e308f41730ef3c8297f8e55e
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 3 14:20:49 2019 +0200

    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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]