summaryrefslogtreecommitdiff
path: root/GL
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-14 20:18:03 +0000
committerKevin E Martin <kem@kem.org>2005-11-14 20:18:03 +0000
commit0c110c80e7afbef50bb354cf1df30123ed048250 (patch)
tree13c45d54467e01357eb60321d8d19b891f791883 /GL
parentfc81c13e4dafb0eb818879454ee7ae3fa3dae6d0 (diff)
downloadxserver-0c110c80e7afbef50bb354cf1df30123ed048250.tar.gz
Add GL_CFLAGS so that GLX can find its proto headers when using separate
build dirs.
Diffstat (limited to 'GL')
-rw-r--r--GL/glx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am
index 5a0c2bad8..6d430a325 100644
--- a/GL/glx/Makefile.am
+++ b/GL/glx/Makefile.am
@@ -1,6 +1,6 @@
noinst_LTLIBRARIES = libglx.la
-AM_CFLAGS = $(DIX_CFLAGS) -I@MESA_SOURCE@/include
+AM_CFLAGS = @DIX_CFLAGS@ @GL_CFLAGS@ -I@MESA_SOURCE@/include
# none yet
#sdk_HEADERS =