From 7f11a3f24dd0f047b6164d4ecc2b170ca79b683e Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Sun, 14 Nov 2021 22:28:12 +0100 Subject: -do not build gnunet-bcd if pdflatex is missing --- src/gns/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gns') diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 3aaa734f2..ba46781f0 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -80,7 +80,9 @@ bin_PROGRAMS = \ noinst_PROGRAMS = \ gnunet-gns-benchmark +if HAVE_PDFLATEX bin_PROGRAMS += gnunet-bcd +endif REST_PLUGIN = libgnunet_plugin_rest_gns.la -- cgit v1.2.3