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 /src/gallium/Automake.inc | |
parent | 3fe4d8e1e39b47c9c5c4bfdd87300abd0c336a7e (diff) |
util: Move u_atomic.h to src/util.
To be shared outside of Gallium.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r-- | src/gallium/Automake.inc | 2 |
1 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 \ |