shl: move githead into a source file
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Mar 2013 14:05:17 +0000 (15:05 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 4 Mar 2013 14:05:17 +0000 (15:05 +0100)
commit9c2375b6d4e725f0757d7df83473177234425dc4
tree2167d1f6f07586d3e5520e950a6508347e2d0c05
parent0249b2cb0b0da272a78b4967b9c9f6f02d73cad5
shl: move githead into a source file

This moves githead.h to shl_githead.c so we can skip recompilations on
GIT-HEAD changes. We only need to relink now (which we cannot skip).

This speeds up build-processes considerably on slower machines.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
.gitignore
Makefile.am
src/genversion.sh
src/kmscon_module.c
src/kmscon_module_interface.h
src/shl_githead.h [new file with mode: 0644]
src/shl_log.c