Skip to content
Snippets Groups Projects
Commit 08a9f3ae authored by Adrien Béraud's avatar Adrien Béraud
Browse files

don't build dhtnode by default

parent 88f5590c
Branches
Tags
Loading
SUBDIRS = src tools
SUBDIRS = src
if ENABLE_TOOLS
SUBDIRS += tools
endif
ACLOCAL_AMFLAGS = -I m4
DOC_FILES = \
......
......@@ -18,5 +18,8 @@ AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
PKG_PROG_PKG_CONFIG()
PKG_CHECK_MODULES([GNUTLS], [gnutls >= 3.1])
AC_ARG_ENABLE([tools], AS_HELP_STRING([--enable-tools], [Enable tools (CLI DHT node)]),build_tools=yes,)
AM_CONDITIONAL(ENABLE_TOOLS, test x$build_tools == xyes)
AC_CONFIG_FILES([Makefile src/Makefile tools/Makefile opendht.pc])
AC_OUTPUT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment