tests: Add $(top_srcdir)/include to AM_CPPFLAGS.
authorVinson Lee <vlee@freedesktop.org>
Wed, 13 Mar 2013 05:32:47 +0000 (22:32 -0700)
committerVinson Lee <vlee@freedesktop.org>
Wed, 13 Mar 2013 06:14:39 +0000 (23:14 -0700)
commita6bb7a94957468453c436e3860ee2dd47575c461
tree444b64b1b9e55995a4c7bca045ff19b7e931af76
parentf7ef83cdf4220ac6076491b8ec438615d235f9dc
tests: Add $(top_srcdir)/include to AM_CPPFLAGS.

Fixes this build error with make check.

  CC     collision.o
In file included from ../../../../../src/mesa/main/hash_table.h:34:0,
                 from collision.c:31:
../../../../../src/mesa/main/compiler.h:51:53: fatal error: c99_compat.h: No such file or directory

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/main/tests/hash_table/Makefile.am