diff options
author | Martin Szulecki | 2020-06-09 18:19:07 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-09 18:19:07 +0200 |
commit | c14849987d893999c03f165b49257e108d07bad3 (patch) | |
tree | e9e8769873b113494958b669700ce107b132a644 /tools | |
parent | 65a7ffbfb124c2a0acf94b5e88911d6bf95d6009 (diff) | |
download | libplist-c14849987d893999c03f165b49257e108d07bad3.tar.gz libplist-c14849987d893999c03f165b49257e108d07bad3.tar.bz2 |
Unfold automake variables into multiple lines for maintainability
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |