diff options
author | 2020-06-08 21:52:59 +0200 | |
---|---|---|
committer | 2020-06-08 21:52:59 +0200 | |
commit | aca1292c57c6ad6f7e91d73621e836228943db04 (patch) | |
tree | 26b1f8035f9b6c24bc461d785f3334527e08591e /Makefile.am | |
parent | c8a3d421acb27c14bca4f84021b9bd6aad2b62a1 (diff) | |
download | usbmuxd-aca1292c57c6ad6f7e91d73621e836228943db04.tar.gz usbmuxd-aca1292c57c6ad6f7e91d73621e836228943db04.tar.bz2 |
Unfold automake variables into multiple lines for maintainability
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
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 | |||
2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
3 | SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) docs | 3 | SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) docs |
4 | 4 | ||
5 | EXTRA_DIST = docs COPYING.GPLv2 COPYING.GPLv3 | 5 | EXTRA_DIST = \ |
6 | docs \ | ||
7 | COPYING.GPLv2 \ | ||
8 | COPYING.GPLv3 | ||
6 | 9 | ||
7 | DISTCHECK_CONFIGURE_FLAGS = \ | 10 | DISTCHECK_CONFIGURE_FLAGS = \ |
8 | --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ | 11 | --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ |
9 | --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ No newline at end of file | 12 | --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ No newline at end of file |