Reviewed-by: Jose Fonseca <[email protected]>

On 01/12/14 20:37, Brian Paul wrote:
The pipe-loader code wasn't finding util/u_atomic.h
---
  src/gallium/auxiliary/pipe-loader/Makefile.am | 1 +
  1 file changed, 1 insertion(+)

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 \


_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to