summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4a61e83..6c48faf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,11 @@ ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = src include tools udev 3SUBDIRS = src include tools udev
4 4
5EXTRA_DIST = \ 5EXTRA_DIST = \
6 README.md 6 README.md \
7 git-version-gen
8
9dist-hook:
10 echo $(VERSION) > $(distdir)/.tarball-version
7 11
8DISTCHECK_CONFIGURE_FLAGS = \ 12DISTCHECK_CONFIGURE_FLAGS = \
9 --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) 13 --with-udevrulesdir=$$dc_install_base/$(udevrulesdir)