diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-12-08 22:58:12 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2010-12-08 22:58:12 -0800 |
commit | f641e4b34aa91ecda29e546b8b975e72ce037ed0 (patch) | |
tree | 616c4966ab3ac3a496e2bd44a4aca58d4476f3de | |
parent | 883039e07b0c0ef23c7fc4ba3455b41173c7a7fc (diff) |
XQuartz GL: Add $(GL_CFLAGS) to CFLAGS
This fixes a build failure I found on tinderbox.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | hw/xquartz/GL/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/GL/Makefile.am b/hw/xquartz/GL/Makefile.am index af890776e..736c94b4a 100644 --- a/hw/xquartz/GL/Makefile.am +++ b/hw/xquartz/GL/Makefile.am @@ -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 \ |