diff options
author | ng0 <ng0@n0.is> | 2019-03-06 17:06:13 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-06 17:06:13 +0000 |
commit | 290d901e6d513b2ebbb229741efd902c37ac2671 (patch) | |
tree | 295e6da79195c6981697eb51f756d85ceba141be /Makefile.am | |
parent | bd09808e70d945247a009b1cf83ce28752e724da (diff) |
top Makefile.am: Do not recurse into lint for now
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 if DOCUMENTATION_ONLY SUBDIRS = doc else - SUBDIRS = m4 src po pkgconfig lint + SUBDIRS = m4 src po pkgconfig if DOCUMENTATION SUBDIRS += doc endif |