aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2021-11-05 22:52:53 +0100
committerAlessio Vanni <vannilla@firemail.cc>2021-11-21 18:42:34 +0100
commitd744d49e13fa6175016e8dcfc0f9506b9f170759 (patch)
tree6d57c9744118f708f9f6bf17468e4132fffa5780 /src/util/Makefile.am
parent48ccb35c9aea178d7103c3f198946c1bcbcc080c (diff)
downloadgnunet-d744d49e13fa6175016e8dcfc0f9506b9f170759.tar.gz
gnunet-d744d49e13fa6175016e8dcfc0f9506b9f170759.zip
Allow gnunet-qr to read codes from PNG pictures
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 c3a0feccc..d21ac5e86 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -239,6 +239,9 @@ gnunet_qr_LDADD = \
239 libgnunetutil.la \ 239 libgnunetutil.la \
240 $(GN_LIBINTL) 240 $(GN_LIBINTL)
241gnunet_qr_LDFLAGS= -lzbar 241gnunet_qr_LDFLAGS= -lzbar
242if HAVE_PNG
243gnunet_qr_LDFLAGS += -lpng
244endif
242 245
243plugin_LTLIBRARIES = \ 246plugin_LTLIBRARIES = \
244 libgnunet_plugin_utiltest.la 247 libgnunet_plugin_utiltest.la