aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-05 08:27:05 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-05 08:27:05 +0100
commit18d8c9f2594c37514ac7130640b9b5b059c4bbc4 (patch)
treea106312b325f964c2d8b6d4febf4bb5e03a7b5fe /Makefile.am
parent0b5e911055f7bb50b91d57a7832985d098ba693c (diff)
downloadgnunet-18d8c9f2594c37514ac7130640b9b5b059c4bbc4.tar.gz
gnunet-18d8c9f2594c37514ac7130640b9b5b059c4bbc4.zip
-add distcheck flags
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 30cc02bc9..612bdca63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,8 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
3 3
4AM_DISTCHECK_CONFIGURE_FLAGS = --enable-experimental
5
4# only documentation (ALL of the documentation) 6# only documentation (ALL of the documentation)
5if DOCUMENTATION_ONLY 7if DOCUMENTATION_ONLY
6 SUBDIRS = bin doc 8 SUBDIRS = bin doc