automake: add missing inclusion of GL headers
authorLaurent Carlier <lordheavym@gmail.com>
Fri, 22 Jun 2012 13:03:49 +0000 (15:03 +0200)
committerBrian Paul <brianp@vmware.com>
Fri, 22 Jun 2012 23:24:37 +0000 (17:24 -0600)
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>
src/mesa/x86-64/Makefile.am
src/mesa/x86/Makefile.am

index 79cbb53cde763df15f9c6d58431bdaee5adf9552..baeb4b65ea72f5b4c19ecada6cb10e3699fcaee0 100644 (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) \
index f241de50567703e7a8a05c513f4a3c2dc1723e6d..5976bb47c5bd1cc2a76abb42a12364c9ca57239a 100644 (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) \