summaryrefslogtreecommitdiff
path: root/src/egl/main
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-11-10 17:52:56 -0800
committerMatt Turner <mattst88@gmail.com>2014-04-07 09:40:57 -0700
commit50741179280c2a341b568fe38983734ea435e956 (patch)
tree772507e850764e33414fe0034a9b5f3246a77e19 /src/egl/main
parent1d4007fbd9d4c2573815603f07d8e79fe1d377fc (diff)
egl/build: Include headers and XML in distribution.
Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/egl/main')
-rw-r--r--src/egl/main/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/egl/main/Makefile.am b/src/egl/main/Makefile.am
index 4b42bd66070..68bf3a8aa66 100644
--- a/src/egl/main/Makefile.am
+++ b/src/egl/main/Makefile.am
@@ -37,7 +37,9 @@ lib_LTLIBRARIES = libEGL.la
libEGL_la_SOURCES = \
eglapi.c \
+ eglapi.h \
eglarray.c \
+ eglarray.h \
eglconfig.c \
eglcontext.c \
eglcurrent.c \
@@ -69,7 +71,8 @@ libEGL_la_SOURCES = \
eglscreen.h \
eglstring.h \
eglsurface.h \
- eglsync.h
+ eglsync.h \
+ egltypedefs.h
libEGL_la_LIBADD = \
$(EGL_LIB_DEPS)