mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 19:19:13 +00:00
Add GL_CFLAGS so that GLX can find its proto headers when using separate
build dirs.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user