aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-21 16:21:35 +0000
committerng0 <ng0@n0.is>2019-11-21 16:21:35 +0000
commit0eb4f2a45baaa8372d23989ae12a6bbb11e9da4f (patch)
tree19e2b5bdc04170764b99730bb09c078b6b75401c /src/util/Makefile.am
parent1713968e45e227b2c874824c9c9ad4e15abdc00d (diff)
downloadgnunet-0eb4f2a45baaa8372d23989ae12a6bbb11e9da4f.tar.gz
gnunet-0eb4f2a45baaa8372d23989ae12a6bbb11e9da4f.zip
add initial logic to detect zbar dependencies
no idea if it's really required, but at the very least we need to be able to point to the X11 root.
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index c240053ff..1278e1852 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -249,8 +249,7 @@ gnunet_qr_SOURCES = \
249gnunet_qr_LDADD = \ 249gnunet_qr_LDADD = \
250 libgnunetutil.la \ 250 libgnunetutil.la \
251 $(GN_LIBINTL) 251 $(GN_LIBINTL)
252gnunet_qr_LDFLAGS= \ 252gnunet_qr_LDFLAGS= -lzbar -ljpeg -lICE -lSM -lX11 -lXv
253 -lzbar
254 253
255plugin_LTLIBRARIES = \ 254plugin_LTLIBRARIES = \
256 libgnunet_plugin_test.la 255 libgnunet_plugin_test.la