From 78ac9af58021b7cc649c35fda112f61c98b31766 Mon Sep 17 00:00:00 2001 From: Laurent Carlier Date: Fri, 22 Jun 2012 15:03:49 +0200 Subject: automake: add missing inclusion of GL headers Building fail when GL headers are not installed in the system, so add inclusion of these headers. Signed-off-by: Brian Paul --- src/mesa/x86-64/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/x86-64') diff --git a/src/mesa/x86-64/Makefile.am b/src/mesa/x86-64/Makefile.am index 79cbb53cde7..baeb4b65ea7 100644 --- a/src/mesa/x86-64/Makefile.am +++ b/src/mesa/x86-64/Makefile.am @@ -22,6 +22,7 @@ if HAVE_X86_64_ASM AM_CPPFLAGS = \ + -I$(top_srcdir)/include \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/mapi \ $(API_DEFINES) \ -- cgit v1.2.3