diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-08 14:17:39 -0700 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-04-14 10:35:44 -0400 |
commit | 4474c200a102feda72f9572a96cb588009aa0147 (patch) | |
tree | 4fbe5d31b6a4dde9d2ae5dcb33ef0c3b419e6161 /.gitignore | |
parent | e72c85547b405fbd0117dc1236e5ca5a2126063c (diff) |
Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.
This is more sane anyway, as it ensures a rebuild when changing them.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4d277d98e..df9006a1b 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,7 @@ hw/xwin/winprefsyacc.c hw/xwin/winprefsyacc.h include/dix-config.h include/kdrive-config.h +include/version-config.h include/xkb-config.h include/xorg-config.h include/xorg-server.h |