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 <brianp@vmware.com>
This commit is contained in:
Laurent Carlier 2012-06-22 15:03:49 +02:00 committed by Brian Paul
parent cbffaf20e9
commit 78ac9af580
2 changed files with 2 additions and 0 deletions

View file

@ -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) \

View file

@ -22,6 +22,7 @@
if HAVE_X86_ASM
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/mesa \
-I$(top_srcdir)/src/mapi \
$(API_DEFINES) \