diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-12 08:45:23 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-12 08:45:23 +0200 |
commit | 28f95670d7f1497dc58f8820ab09475e4917d4ba (patch) | |
tree | b66bac1924802fe8c2a2b9c6f2c977ce624fc556 | |
parent | 0fd5149f62c9a5fe2999962457fb8063d0fe872c (diff) | |
download | ODR-AudioEnc-28f95670d7f1497dc58f8820ab09475e4917d4ba.tar.gz ODR-AudioEnc-28f95670d7f1497dc58f8820ab09475e4917d4ba.tar.bz2 ODR-AudioEnc-28f95670d7f1497dc58f8820ab09475e4917d4ba.zip |
Makefile.am: add dirty flag to version string
-rw-r--r-- | Makefile.am | 2 |
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 |