aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-11-14 12:14:40 -0800
committerEric Anholt <[email protected]>2015-01-28 16:33:34 -0800
commit8ab6759cef6dc5101be3badce10a52d1d046f2ea (patch)
tree70b78a573b81a9dba709ad579501e79767d5b499 /src/util/Makefile.sources
parent2397a721291457c146c7f4bcd48adcb3b2d979bd (diff)
mesa: Move simple_list.h to src/util.
We have two copies of it in the tree, I'm going to delete one. Reviewed-by: Marek Olšák <[email protected]>
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 5ec3fe15253..1e29a032e22 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -15,6 +15,7 @@ MESA_UTIL_FILES := \
rgtc.h \
set.c \
set.h \
+ simple_list.h \
strtod.cpp \
strtod.h \
texcompress_rgtc_tmp.h \