projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcf92a
)
intel: Add INTEL_CFLAGS to aubinator CFLAGS.
author
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 30 Mar 2017 18:55:33 +0000
(11:55 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 30 Mar 2017 18:58:00 +0000
(11:58 -0700)
It still needs intel_aub.h. Fixes the build.
src/intel/Makefile.tools.am
patch
|
blob
|
history
diff --git
a/src/intel/Makefile.tools.am
b/src/intel/Makefile.tools.am
index 245bd03eef5b58b2191d7cf96de50579085cd3b3..dc073e8daa37f470c5c40b5591c421fdeaa12610 100644
(file)
--- a/
src/intel/Makefile.tools.am
+++ b/
src/intel/Makefile.tools.am
@@
-29,7
+29,8
@@
tools_aubinator_SOURCES = \
tools_aubinator_CFLAGS = \
$(AM_CFLAGS) \
$(EXPAT_CFLAGS) \
- $(ZLIB_CFLAGS)
+ $(ZLIB_CFLAGS) \
+ $(INTEL_CFLAGS)
tools_aubinator_LDADD = \
common/libintel_common.la \