aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-06 17:06:13 +0000
committerng0 <ng0@n0.is>2019-03-06 17:06:13 +0000
commit290d901e6d513b2ebbb229741efd902c37ac2671 (patch)
tree295e6da79195c6981697eb51f756d85ceba141be
parentbd09808e70d945247a009b1cf83ce28752e724da (diff)
downloadgnunet-290d901e6d513b2ebbb229741efd902c37ac2671.tar.gz
gnunet-290d901e6d513b2ebbb229741efd902c37ac2671.zip
top Makefile.am: Do not recurse into lint for now
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index abc6f9e42..fd18d7c3c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include
4if DOCUMENTATION_ONLY 4if DOCUMENTATION_ONLY
5 SUBDIRS = doc 5 SUBDIRS = doc
6else 6else
7 SUBDIRS = m4 src po pkgconfig lint 7 SUBDIRS = m4 src po pkgconfig
8if DOCUMENTATION 8if DOCUMENTATION
9 SUBDIRS += doc 9 SUBDIRS += doc
10endif 10endif