top Makefile.am: Do not recurse into lint for now
authorng0 <ng0@n0.is>
Wed, 6 Mar 2019 17:06:13 +0000 (17:06 +0000)
committerng0 <ng0@n0.is>
Wed, 6 Mar 2019 17:06:13 +0000 (17:06 +0000)
Makefile.am

index abc6f9e4251ecb0c26f4f7e1c4d41d999333ba5f..fd18d7c3c1e7b0b50b50449818a641351452f56c 100644 (file)
@@ -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