aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-04-17 23:13:44 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-04-17 23:13:44 +0200
commitf0735f0efa551f7f270e9abf4c1f1ad4a3885396 (patch)
tree4cd7c1d4421612e241a65c8f71039d65c5621c2a /Makefile.am
parent81775f47227c5d08a05b43ffb3855bff0a237c1d (diff)
downloaddabmod-f0735f0efa551f7f270e9abf4c1f1ad4a3885396.tar.gz
dabmod-f0735f0efa551f7f270e9abf4c1f1ad4a3885396.tar.bz2
dabmod-f0735f0efa551f7f270e9abf4c1f1ad4a3885396.zip
Add --dirty flag to version detection
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fa8afd0..5c7c60b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,7 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = COPYING NEWS README.md AUTHORS ChangeLog TODO doc
if IS_GIT_REPO
-GITVERSION_FLAGS = -DGITVERSION="\"`git describe`\""
+GITVERSION_FLAGS = -DGITVERSION="\"`git describe --dirty`\""
else
GITVERSION_FLAGS =
endif