summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorVinson Lee <[email protected]>2013-03-12 22:32:47 -0700
committerVinson Lee <[email protected]>2013-03-12 23:14:39 -0700
commita6bb7a94957468453c436e3860ee2dd47575c461 (patch)
tree444b64b1b9e55995a4c7bca045ff19b7e931af76 /src/mesa
parentf7ef83cdf4220ac6076491b8ec438615d235f9dc (diff)
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 <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/tests/hash_table/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/tests/hash_table/Makefile.am b/src/mesa/main/tests/hash_table/Makefile.am
index 272c63aa5ed..f63841d221e 100644
--- a/src/mesa/main/tests/hash_table/Makefile.am
+++ b/src/mesa/main/tests/hash_table/Makefile.am
@@ -19,6 +19,7 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AM_CPPFLAGS = \
+ -I$(top_srcdir)/include \
-I$(top_srcdir)/src/mesa/main \
$(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS)