diff options
author | Matt Turner <[email protected]> | 2014-11-21 15:37:54 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-01 11:28:44 -0800 |
commit | ccad3829e3e6e25b7d7ae746d17b88d51a70660c (patch) | |
tree | 1a09eed31458d175e19c7b4fc9d0137d5b289b69 | |
parent | 3fe4d8e1e39b47c9c5c4bfdd87300abd0c336a7e (diff) |
util: Move u_atomic.h to src/util.
To be shared outside of Gallium.
Reviewed-by: Jose Fonseca <[email protected]>
-rw-r--r-- | src/gallium/Automake.inc | 2 | ||||
-rw-r--r-- | src/util/u_atomic.h (renamed from src/gallium/auxiliary/util/u_atomic.h) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index 9b312b113ea..95aae50d64b 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 \ diff --git a/src/gallium/auxiliary/util/u_atomic.h b/src/util/u_atomic.h index 2500bc75249..2500bc75249 100644 --- a/src/gallium/auxiliary/util/u_atomic.h +++ b/src/util/u_atomic.h |