Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
08a9f3ae
Commit
08a9f3ae
authored
10 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
don't build dhtnode by default
parent
88f5590c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+5
-1
5 additions, 1 deletion
Makefile.am
configure.ac
+3
-0
3 additions, 0 deletions
configure.ac
with
8 additions
and
1 deletion
Makefile.am
+
5
−
1
View file @
08a9f3ae
SUBDIRS
=
src tools
SUBDIRS
=
src
if
ENABLE_TOOLS
SUBDIRS
+=
tools
endif
ACLOCAL_AMFLAGS
=
-I
m4
DOC_FILES
=
\
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
3
−
0
View file @
08a9f3ae
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment