XQuartz GL: Add $(GL_CFLAGS) to CFLAGS

This fixes a build failure I found on tinderbox.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit f641e4b34a)
This commit is contained in:
Jeremy Huddleston 2010-12-08 22:58:12 -08:00
parent c89f694cbd
commit 2b61715f64
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
noinst_LTLIBRARIES = libCGLCore.la
AM_CFLAGS = $(DIX_CFLAGS)
AM_CFLAGS = $(DIX_CFLAGS) $(GL_CFLAGS)
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/glx \