automake: Convert src/mesa/drivers/x11/Makefile to automake.
authorEric Anholt <eric@anholt.net>
Tue, 12 Jun 2012 18:38:19 +0000 (11:38 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 21 Jun 2012 17:09:17 +0000 (10:09 -0700)
commit2d4b77c7c6c76b3c2083471a1afa4f19dfbb3d5f
tree638d775d183adf89822a7e13737013b2fe2163a2
parent2fb0f770a4bfbcb1d2c4787d286812ec6133d994
automake: Convert src/mesa/drivers/x11/Makefile to automake.

The weird versioning of the libGL where the package version was sort
of expressed as a big integer is dropped.  libtool didn't like the 0
prefix, and it didn't really make sense anyway -- if you interpret it
as an integer version number, old Mesa 071200 was bigger than current
Mesa 08100.  Instead, just bump the minor version and drop the
patchlevel.
configure.ac
src/mesa/Makefile
src/mesa/drivers/x11/.gitignore [new file with mode: 0644]
src/mesa/drivers/x11/Makefile [deleted file]
src/mesa/drivers/x11/Makefile.am [new file with mode: 0644]