From 290d901e6d513b2ebbb229741efd902c37ac2671 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 6 Mar 2019 17:06:13 +0000 Subject: top Makefile.am: Do not recurse into lint for now --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3