diff options
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 |