automake: move the git_sha1.h rule a level up
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 30 May 2016 11:09:04 +0000 (12:09 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 30 May 2016 16:53:45 +0000 (17:53 +0100)
commit4cd9cd6abc772388b41ca6e7d85f62e32014120f
treed2e9725177801540daa51931371cfea1324d0fde
parent13faddb6b8e30ff0e81e62fb863304a57c712aae
automake: move the git_sha1.h rule a level up

This way we can reuse the header from other places like -
src/intel/vulkan and src/gallium. Only the former is hooked up atm.

Make sure .gitignore is updated, as well as all the users (the mesa
code does not need any changes).

Also ensure that the file is always created by adding it to the
BUILT_SOURCES target.

Cc: Jason Ekstrand <jason.ekstrand@intel.com>
Cc: Kristian Høgsberg Kristensen <krh@bitplanet.net>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
.gitignore
src/Makefile.am
src/intel/vulkan/anv_device.c
src/mesa/Makefile.am
src/mesa/Makefile.sources
src/mesa/main/.gitignore