From 711027f651b2ed73bdf1d93bb74c86213a2358f5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 4 Dec 2019 00:22:23 +0100 Subject: add TOS --- Makefile.am | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f6f469c72..98318ccc9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,15 +3,15 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include if DOC_ONLY if ENABLE_DOC - SUBDIRS = . doc + SUBDIRS = . contrib doc else - SUBDIRS = . + SUBDIRS = . contrib endif else if ENABLE_DOC - SUBDIRS = . src doc + SUBDIRS = . contrib src doc else - SUBDIRS = . src doc + SUBDIRS = . contrib src endif endif @@ -20,7 +20,4 @@ endif ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ AUTHORS \ - contrib/coverage.sh \ - contrib/gnunet.tag \ - contrib/microhttpd.tag \ Doxyfile -- cgit v1.2.3