aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2017-10-05 13:30:32 -0600
committerBrian Paul <[email protected]>2017-10-10 11:28:31 -0600
commit3c5664b78d39e2d13f156369f8114ebbe08d6fb7 (patch)
tree213e556a639fff2c7bfa67079cd0e9e9904dcea3 /src/mesa/Makefile.sources
parentd670dd6b65d8b8b255ddcf0d83aa7dcb6a38f30b (diff)
mesa: move _mesa_exec_malloc/free() prototypes to their own header
Try to start removing things from the cluttered imports.h file. v2: add new header to Makefile.sources Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index 7122304dd40..babdc2c41ff 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -80,6 +80,7 @@ MAIN_FILES = \
main/eval.c \
main/eval.h \
main/execmem.c \
+ main/execmem.h \
main/extensions.c \
main/extensions.h \
main/extensions_table.c \