summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6c48faf..80b0eae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ EXTRA_DIST = \
7 git-version-gen 7 git-version-gen
8 8
9dist-hook: 9dist-hook:
10 @if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi
10 echo $(VERSION) > $(distdir)/.tarball-version 11 echo $(VERSION) > $(distdir)/.tarball-version
11 12
12DISTCHECK_CONFIGURE_FLAGS = \ 13DISTCHECK_CONFIGURE_FLAGS = \