summaryrefslogtreecommitdiff
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2017-03-08 14:36:17 +1100
committerTimothy Arceri <tarceri@itsqueeze.com>2017-03-12 17:43:06 +1100
commit94a6457724c0f0fa15095c6a2cff61fb71acd070 (patch)
tree4b47a0cc393c6c174609d53186fefcf826c2f1d5 /src/util/Makefile.sources
parentd55d1e98055f29fcbab24748521997ad1e4d31a0 (diff)
gallium/util: move u_string.h to src/util/u_string.h
This will help us move u_queue.c here eventually and also provide string function wrappers for anyone wishing to port disk_cache.c to windows. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index 08ad7bec3a..8b2170292d 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -44,6 +44,7 @@ MESA_UTIL_FILES := \
texcompress_rgtc_tmp.h \
u_atomic.h \
u_endian.h \
+ u_string.h \
u_vector.c \
u_vector.h \
vk_alloc.h \