X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=7c10d07f163c7f1aaf2fbc52e421ef01afd09c93;hb=9006be70fd75641136a5a230f613498d5082bb3d;hp=faf058849baa7c31dd59755544a4a26c8fc0cd0b;hpb=8108e41d89bb771fe8bcf887919de3f581f1cc0d;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index faf058849..7c10d07f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1551,6 +1551,7 @@ src/ats/Makefile src/ats/ats.conf src/ats-tool/Makefile src/ats-tests/Makefile +src/auction/Makefile src/block/Makefile src/cadet/Makefile src/cadet/cadet.conf @@ -1596,6 +1597,8 @@ src/namestore/Makefile src/namestore/namestore.conf src/nat/Makefile src/nat/nat.conf +src/nat-auto/Makefile +src/nat-auto/nat-auto.conf src/nse/Makefile src/nse/nse.conf src/peerinfo/Makefile @@ -1641,6 +1644,8 @@ src/util/Makefile src/util/resolver.conf src/vpn/Makefile src/vpn/vpn.conf +src/zonemaster/Makefile +src/zonemaster/zonemaster.conf src/rest/Makefile src/identity-provider/Makefile pkgconfig/Makefile @@ -1725,6 +1730,12 @@ then AC_MSG_NOTICE([NOTICE: bluetooth library not found. bluetooth support will not be compiled.]) fi +# jansson +if test "x$jansson" = "x0" +then + AC_MSG_NOTICE([NOTICE: jansson library not found. json support will not be compiled.]) +fi + #gnutls if test x$gnutls != xtrue then