summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipe-loader
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-12-01 13:34:15 -0700
committerBrian Paul <brianp@vmware.com>2014-12-01 15:22:08 -0700
commitded14afa42372bb8cf4e3c7e09324585d72c7bb5 (patch)
tree0b8f5613ecf88470869ff60a11ae16e8cac32ad6 /src/gallium/auxiliary/pipe-loader
parent0806bf88158cb3ac865762285f11082114520c48 (diff)
downloadexternal_mesa3d-ded14afa42372bb8cf4e3c7e09324585d72c7bb5.zip
external_mesa3d-ded14afa42372bb8cf4e3c7e09324585d72c7bb5.tar.gz
external_mesa3d-ded14afa42372bb8cf4e3c7e09324585d72c7bb5.tar.bz2
gallium: add include path to fix building of pipe-loader code
The pipe-loader code wasn't finding util/u_atomic.h Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader')
-rw-r--r--src/gallium/auxiliary/pipe-loader/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.am b/src/gallium/auxiliary/pipe-loader/Makefile.am
index 44917f3..cb6035d 100644
--- 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 \