From 8d34fd4c012e9cf1819ee5fcfff26ed64a0d4937 Mon Sep 17 00:00:00 2001 From: EReckase Date: Sun, 12 Apr 2015 09:25:34 -0600 Subject: [PATCH] added --dirty to indicate the compiled directory has changes that are not checked in --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5a3ff39..c3d0f42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign no-dependencies -GIT_DEF = -D'GIT_REV="$(shell git describe --tags)"' +GIT_DEF = -D'GIT_REV="$(shell git describe --tags --dirty)"' AM_CFLAGS = -g -O3 -std=gnu99 -ffast-math -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" $(GIT_DEF) ACLOCAL_AMFLAGS = -I m4 diff --git a/Makefile.in b/Makefile.in index c5b0d11..8a9afdc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -359,7 +359,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign no-dependencies -GIT_DEF = -D'GIT_REV="$(shell git describe --tags)"' +GIT_DEF = -D'GIT_REV="$(shell git describe --tags --dirty)"' AM_CFLAGS = -g -O3 -std=gnu99 -ffast-math -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" $(GIT_DEF) ACLOCAL_AMFLAGS = -I m4 man1_MANS = flam3-animate.man flam3-genome.man flam3-render.man flam3-convert.man