From 743dc7997aa9f5210055896940d87c88983dcda6 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 22 Jul 2014 14:53:18 +0100 Subject: build: improve version.h generation Move version.h generation into lib/Makefile.sources so that it can be shared between the Autotools and Android build systems. Also make sure the "updating version.h" message is only displayed when version.h actually changes and remove unnecessary includes of version.h. This also includes changes from Tvrtko Ursulin to prevent a build from within the git repository failing when git is not available. Signed-off-by: Thomas Wood Cc: Tvrtko Ursulin --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f40b4f63..a438c1c5 100644 --- a/.gitignore +++ b/.gitignore @@ -84,7 +84,6 @@ cscope.* TAGS build-aux/ __pycache__ -version.h gtk-doc.make gtk-doc.m4 -- cgit v1.2.3