summaryrefslogtreecommitdiff
path: root/src/egl/Makefile.sources
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2017-02-21 23:56:49 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2017-02-24 17:00:50 +0000
commitf92fd4d7a8e27b981d364d66652292925d7c891b (patch)
tree2e1c4b7deacc9512c89096d1732e6db616223219 /src/egl/Makefile.sources
parent2b3cd82e183fd96176d25a55f05e231076d9040c (diff)
downloadmesa-f92fd4d7a8e27b981d364d66652292925d7c891b.tar.gz
eglapi: move entrypoints list out to its own file
This will allow us to make sure the list is always sorted in the next commit. Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/egl/Makefile.sources')
-rw-r--r--src/egl/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/Makefile.sources b/src/egl/Makefile.sources
index 48db8518f8a..e6fd3f114c0 100644
--- a/src/egl/Makefile.sources
+++ b/src/egl/Makefile.sources
@@ -26,6 +26,7 @@ LIBEGL_C_FILES := \
main/eglsurface.h \
main/eglsync.c \
main/eglsync.h \
+ main/eglentrypoint.h \
main/egltypedefs.h
dri2_backend_core_FILES := \