Fix building mesa with assembly enabled since a112ca5d
authorJon TURNEY <jon.turney@dronecode.org.uk>
Mon, 16 Jul 2012 20:14:43 +0000 (21:14 +0100)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Mon, 16 Jul 2012 21:54:36 +0000 (22:54 +0100)
commitd80fd04639a6e378c6e13c8ffaa91d43decf58a8
treec5e7b46058f109d8bebb8d7a77fcadebe5bc76ed
parent8dc074cd92dfc2f80f6c69f80f0d169ad5bb10aa
Fix building mesa with assembly enabled since a112ca5d

a112ca5d rather crassly smashed all the compiler flags together into AM_CFLAGS.
Separate them out the way they were before, putting pre-processor flags into
AM_CPPFLAGS, so assembly source gets preprocessed with the correct pre-processor
flags as well.

Also, remove unneeded CFLAGS from AM_CFLAGS, and CXXFLAGS from AM_CXXFLAGS

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Tested-by: Brian Paul <brianp@vmware.com>
src/mesa/Makefile.am