From aca1292c57c6ad6f7e91d73621e836228943db04 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 21:52:59 +0200 Subject: Unfold automake variables into multiple lines for maintainability --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a4d86c0..c8df765 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,11 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) docs -EXTRA_DIST = docs COPYING.GPLv2 COPYING.GPLv3 +EXTRA_DIST = \ + docs \ + COPYING.GPLv2 \ + COPYING.GPLv3 -DISTCHECK_CONFIGURE_FLAGS = \ +DISTCHECK_CONFIGURE_FLAGS = \ --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ No newline at end of file -- cgit v1.1-32-gdbae