From c14849987d893999c03f165b49257e108d07bad3 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 9 Jun 2020 18:19:07 +0200 Subject: Unfold automake variables into multiple lines for maintainability --- tools/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 67b7dd7..3b4e06c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,4 +1,7 @@ -AM_CFLAGS = $(GLOBAL_CFLAGS) -I$(top_srcdir)/include +AM_CFLAGS = \ + $(GLOBAL_CFLAGS) \ + -I$(top_srcdir)/include + AM_LDFLAGS = bin_PROGRAMS = plistutil -- cgit v1.1-32-gdbae