summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorNanley Chery <nanley.g.chery@intel.com>2015-09-16 11:27:38 -0700
committerNanley Chery <nanley.g.chery@intel.com>2015-11-12 13:10:37 -0800
commit8bd82a91c05804260041b572b1a5d812cb58ae96 (patch)
tree36bf8dd8e2459209e4744156f3efbec53b40f090 /src/mesa/Makefile.sources
parentc0b568f3db7968bde2b6c6e887522f2c208188cf (diff)
downloadexternal_mesa3d-8bd82a91c05804260041b572b1a5d812cb58ae96.tar.gz
external_mesa3d-8bd82a91c05804260041b572b1a5d812cb58ae96.tar.bz2
external_mesa3d-8bd82a91c05804260041b572b1a5d812cb58ae96.zip
mesa/extensions: Move entries entries to separate file
With this infrastructure set in place, we can now reuse the entries to generate useful code. v2: Add the new file into Makefile.sources (Emil) Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Chad Versace <chad.versace@intel.com>
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 de0e330b7d..778b92d989 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -77,6 +77,7 @@ MAIN_FILES = \
main/execmem.c \
main/extensions.c \
main/extensions.h \
+ main/extensions_table.h \
main/fbobject.c \
main/fbobject.h \
main/feedback.c \