projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3304a
)
glx: Use AM_CPPFLAGS to pass -I and -D to both C and C++ compiles.
author
Eric Anholt
<eric@anholt.net>
Mon, 16 Apr 2012 21:33:34 +0000
(14:33 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 19 Apr 2012 23:32:46 +0000
(16:32 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Adam Jackson <ajax@redhat.com>
tests/glx/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/glx/Makefile.am
b/tests/glx/Makefile.am
index f5581d638cc88e1c179b93fbfb36e4a6423efb0b..7f93fd74de878e9ef1ee124dc818d1a7562c2b80 100644
(file)
--- a/
tests/glx/Makefile.am
+++ b/
tests/glx/Makefile.am
@@
-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