From a817b20fc14dd1d40857858b1853707ebda6f23e Mon Sep 17 00:00:00 2001 From: Frank Li Date: Tue, 26 Jul 2016 10:09:30 -0500 Subject: [PATCH] Fix missed autoversion.h when automake autoreconf Signed-off-by: Frank Li --- include/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/Makefile.am b/include/Makefile.am index 17d4d2c..5144b19 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -3,6 +3,9 @@ noinst_HEADERS=version.h version.h: stamp-vh @: +all: config.h + echo "const char *git_sha = \""`git rev-parse HEAD`"\";" > ../include/autoversion.h + stamp-vh: $(top_builddir)/configure.in @echo "/*" > ver.tmp @echo " * version.h" >> ver.tmp