summaryrefslogtreecommitdiffstats
path: root/src/gallium/Automake.inc
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-11-21 15:37:54 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-01 11:28:44 -0800
commitccad3829e3e6e25b7d7ae746d17b88d51a70660c (patch)
tree1a09eed31458d175e19c7b4fc9d0137d5b289b69 /src/gallium/Automake.inc
parent3fe4d8e1e39b47c9c5c4bfdd87300abd0c336a7e (diff)
downloadexternal_mesa3d-ccad3829e3e6e25b7d7ae746d17b88d51a70660c.zip
external_mesa3d-ccad3829e3e6e25b7d7ae746d17b88d51a70660c.tar.gz
external_mesa3d-ccad3829e3e6e25b7d7ae746d17b88d51a70660c.tar.bz2
util: Move u_atomic.h to src/util.
To be shared outside of Gallium. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r--src/gallium/Automake.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc
index 9b312b1..95aae50 100644
--- a/src/gallium/Automake.inc
+++ b/src/gallium/Automake.inc
@@ -32,6 +32,7 @@ GALLIUM_DRIVER_CXXFLAGS = \
$(VISIBILITY_CXXFLAGS)
GALLIUM_TARGET_CFLAGS = \
+ -I$(top_srcdir)/src \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/loader \
-I$(top_srcdir)/src/gallium/include \
@@ -50,6 +51,7 @@ GALLIUM_COMMON_LIB_DEPS = \
$(DLOPEN_LIBS)
GALLIUM_WINSYS_CFLAGS = \
+ -I$(top_srcdir)/src \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/gallium/auxiliary \