summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..6da23b6
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,13 @@
1AUTOMAKE_OPTIONS = foreign
2ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) docs
4
5EXTRA_DIST = \
6 docs \
7 COPYING.GPLv2 \
8 COPYING.GPLv3 \
9 README.md
10
11DISTCHECK_CONFIGURE_FLAGS = \
12 --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
13 --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ No newline at end of file