summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-04-12 08:45:23 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-04-12 08:45:23 +0200
commit28f95670d7f1497dc58f8820ab09475e4917d4ba (patch)
treeb66bac1924802fe8c2a2b9c6f2c977ce624fc556 /Makefile.am
parent0fd5149f62c9a5fe2999962457fb8063d0fe872c (diff)
downloadODR-AudioEnc-28f95670d7f1497dc58f8820ab09475e4917d4ba.tar.gz
ODR-AudioEnc-28f95670d7f1497dc58f8820ab09475e4917d4ba.tar.bz2
ODR-AudioEnc-28f95670d7f1497dc58f8820ab09475e4917d4ba.zip
Makefile.am: add dirty flag to version string
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 90c895c..cabbd47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = subdir-objects
if IS_GIT_REPO
-GITVERSION_FLAGS = -DGITVERSION="\"`git describe`\""
+GITVERSION_FLAGS = -DGITVERSION="\"`git describe --dirty`\""
else
GITVERSION_FLAGS =
endif