diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-31 16:40:51 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2013-01-02 15:51:54 +0100 |
commit | ca446c691f702bfc5585d8ac69e245d5b3382679 (patch) | |
tree | 5a3d325fc9e24d50e8d731e2f4e7ed0336d4483b /.gitignore | |
parent | 7a9b85c306e6928a330d4ca8a0e41c447f355e65 (diff) |
build: provide git-head revision via githead.h
We need the git-revision for module-version checks so provide the
infrastructure now and print it in log_init().
Note that the git-describe string is distributed with the tarballs so
end-users will not have to generate it themself. But when building from
git, the revision will be automatically updated whenever something
changes.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ genshader genunifont src/static_shaders.c src/genshader.c +src/githead.h src/text_font_unifont_data.c docs/reference/*.txt docs/reference/*.bak |