gallium: add include path to fix building of pipe-loader code
authorBrian Paul <brianp@vmware.com>
Mon, 1 Dec 2014 20:34:15 +0000 (13:34 -0700)
committerBrian 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

index 44917f3..cb6035d 100644 (file)
@@ -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 \