mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 08:20:12 +01:00
glx: Use AM_CPPFLAGS to pass -I and -D to both C and C++ compiles.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
bf3304a84b
commit
40da3b0320
1 changed files with 3 additions and 5 deletions
|
|
@ -1,10 +1,8 @@
|
|||
INC = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir)/src/gtest/include \
|
||||
-I$(top_builddir)/src/mapi \
|
||||
-I$(top_builddir)/src/glx
|
||||
|
||||
AM_CFLAGS = $(INC) $(X11_CFLAGS)
|
||||
AM_CXXFLAGS = $(INC) $(X11_CFLAGS)
|
||||
-I$(top_builddir)/src/glx \
|
||||
$(X11_CFLAGS)
|
||||
|
||||
if HAVE_XCB_GLX_CREATE_CONTEXT
|
||||
TESTS = glx_unittest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue