diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-04 00:22:23 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-04 00:22:23 +0100 |
commit | 711027f651b2ed73bdf1d93bb74c86213a2358f5 (patch) | |
tree | c8cf8e37d776917ad016127952666f8bab764d3c /Makefile.am | |
parent | 7126482822e45feb099e43bce384537914c62f57 (diff) |
add TOS
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 4 insertions, 7 deletions
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 |