summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorThomas Helland <thomashelland90@gmail.com>2016-08-16 22:10:15 +0200
committerTimothy Arceri <timothy.arceri@collabora.com>2016-09-12 10:48:35 +1000
commitcf4a4820ac36784cea18cd0393f8ae1bdc853c68 (patch)
treeea8bb4458b48eea2f38f51a2e773638fc8796d9b /src/Makefile.am
parent42ba435fd16c3372dbc47f6b52deb309a1873b25 (diff)
downloadexternal_mesa3d-cf4a4820ac36784cea18cd0393f8ae1bdc853c68.zip
external_mesa3d-cf4a4820ac36784cea18cd0393f8ae1bdc853c68.tar.gz
external_mesa3d-cf4a4820ac36784cea18cd0393f8ae1bdc853c68.tar.bz2
mesa: Remove prog_hash_table.c
Here we make the prog_hash_table functionally equivalent to the one in util by wrapping the remaing functions that differ. We also move the functions to the header so we can remove the c file. This enables us to do a step-by-step replacement of the table. Signed-off-by: Thomas Helland <thomashelland90@gmail.com> Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 91d753a..b0b64d7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -117,6 +117,5 @@ noinst_LTLIBRARIES = libglsl_util.la
libglsl_util_la_SOURCES = \
mesa/main/extensions_table.c \
mesa/main/imports.c \
- mesa/program/prog_hash_table.c \
mesa/program/symbol_table.c \
mesa/program/dummy_errors.c