Add GL_CFLAGS so that GLX can find its proto headers when using separate

build dirs.
This commit is contained in:
Kevin E Martin 2005-11-14 20:18:03 +00:00
parent fc81c13e4d
commit 0c110c80e7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-11-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* GL/glx/Makefile.am:
Add GL_CFLAGS so that GLX can find its proto headers when using
separate build dirs.
2005-11-13 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:

View File

@ -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 =