From 5b58804662e795411c5223a737b36318fecdfc8d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 7 May 2018 16:39:56 +0200 Subject: Makefile.am: Re-layout format. --- Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9bcf14e..fe7fbd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,11 @@ +NULL = -SUBDIRS = \ - src \ - data \ - po \ - tests +SUBDIRS = \ + src \ + data \ + po \ + tests \ + $(NULL) DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall -- cgit v1.2.3