diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
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 @@ | |||
1 | AUTOMAKE_OPTIONS = foreign | ||
2 | ACLOCAL_AMFLAGS = -I m4 | ||
3 | SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) docs | ||
4 | |||
5 | EXTRA_DIST = \ | ||
6 | docs \ | ||
7 | COPYING.GPLv2 \ | ||
8 | COPYING.GPLv3 \ | ||
9 | README.md | ||
10 | |||
11 | DISTCHECK_CONFIGURE_FLAGS = \ | ||
12 | --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ | ||
13 | --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ No newline at end of file | ||