automake: Merge the dricore libglsl build into libdricore.
authorEric Anholt <eric@anholt.net>
Tue, 29 May 2012 21:55:40 +0000 (14:55 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 11 Jun 2012 16:28:00 +0000 (09:28 -0700)
commit279efce8bb7b6c802eb6c1de46971153ff6fdedb
treedba5bca1ef01018f1156bbbb3e3a8768fec97f5b
parent446faee094ae6f0a4914b59a9eb87077a1f7b3c5
automake: Merge the dricore libglsl build into libdricore.

Now we have just one library of "all of Mesa core" instead of both
libdricore and libglsl that drivers link against.

I did this change in a sort of nonrecursive make fashion: the
generated files are still produced in the non-automake build, like the
rest of dricore, but the GLSL files are stuffed into libdricore
without building a convenience library in src/glsl (even though we
could now).  This would make a bit more sense if glsl was just another
dir under src/mesa, because right now I had to contort the prefix
variable name to look another ../ level up.
configs/autoconf.in
configure.ac
src/glsl/Makefile
src/mesa/libdricore/Makefile.am