aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-04 13:37:20 +0000
committerng0 <ng0@n0.is>2019-04-04 13:37:20 +0000
commitd58a715b3d210aec6e3c70ca48fa905e56ef4e19 (patch)
tree88d5096e07136aa64d838997dd5aacb123d12a22 /src/util/Makefile.am
parent2fd1e4520a7622fc5aef0f3ca667d3d7304b9606 (diff)
parent13888754485d711b8088bc24969df85acb7f2ede (diff)
downloadgnunet-d58a715b3d210aec6e3c70ca48fa905e56ef4e19.tar.gz
gnunet-d58a715b3d210aec6e3c70ca48fa905e56ef4e19.zip
Merge branch 'master' of gnunet.org:gnunet
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 89d0462c5..0e799b553 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -280,13 +280,12 @@ gnunet_uri_LDADD = \
280 280
281 281
282gnunet_qr_SOURCES = \ 282gnunet_qr_SOURCES = \
283 gnunet-qr.c \ 283 gnunet-qr.c
284 gnunet-qr-utils.h
285gnunet_qr_LDADD = \ 284gnunet_qr_LDADD = \
286 libgnunetutil.la \ 285 libgnunetutil.la \
287 $(GN_LIBINTL) 286 $(GN_LIBINTL)
288gnunet_qr_LDFLAGS= $(libzbar_LIBS) 287gnunet_qr_LDFLAGS= \
289gnunet_qr_CFLAGS = $(libzbar_CFLAGS) -DBINDIR=\"@bindir@/\" 288 -lzbar
290 289
291plugin_LTLIBRARIES = \ 290plugin_LTLIBRARIES = \
292 libgnunet_plugin_test.la 291 libgnunet_plugin_test.la