projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0806bf8
)
gallium: add include path to fix building of pipe-loader code
author
Brian Paul
<brianp@vmware.com>
Mon, 1 Dec 2014 20:34:15 +0000
(13:34 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 1 Dec 2014 22:22:08 +0000
(15:22 -0700)
The pipe-loader code wasn't finding util/u_atomic.h
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/gallium/auxiliary/pipe-loader/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/pipe-loader/Makefile.am
b/src/gallium/auxiliary/pipe-loader/Makefile.am
index 44917f37a4d9b5be5bdec7611beb3831a8326603..cb6035d85c9107fe05e8ed3005865f8b52128372 100644
(file)
--- a/
src/gallium/auxiliary/pipe-loader/Makefile.am
+++ b/
src/gallium/auxiliary/pipe-loader/Makefile.am
@@
-3,6
+3,7
@@
include Makefile.sources
AM_CPPFLAGS = $(DEFINES) \
$(VISIBILITY_CFLAGS) \
-I$(top_srcdir)/include \
+ -I$(top_srcdir)/src \
-I$(top_srcdir)/src/loader \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/gallium/auxiliary \