From caed9f3ee509b41d7c31f5bc7dcacfd56a857a2e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Mar 2016 19:32:28 +0000 Subject: -fix build issues --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5f90eaabc..ea9bfaa99 100644 --- a/configure.ac +++ b/configure.ac @@ -968,6 +968,8 @@ AC_DEFINE_UNQUOTED([HAVE_MHD], $lmhd, [We have libmicrohttpd]) AM_CONDITIONAL(HAVE_REST, [test x$lmhd = x1 -a x$jansson = x1]) +AM_CONDITIONAL(HAVE_JSON, [test x$jansson = x1]) + # restore LIBS LIBS=$SAVE_LIBS @@ -1550,6 +1552,7 @@ src/identity/Makefile src/identity/identity.conf src/include/Makefile src/integration-tests/Makefile +src/json/Makefile src/hostlist/Makefile src/multicast/Makefile src/multicast/multicast.conf -- cgit v1.2.3