summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
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
2ACLOCAL_AMFLAGS = -I m4 2ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) docs 3SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) docs
4 4
5EXTRA_DIST = docs COPYING.GPLv2 COPYING.GPLv3 5EXTRA_DIST = \
6 docs \
7 COPYING.GPLv2 \
8 COPYING.GPLv3
6 9
7DISTCHECK_CONFIGURE_FLAGS = \ 10DISTCHECK_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