diff options
author | Matt Turner <[email protected]> | 2013-11-10 17:52:56 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-04-07 09:40:57 -0700 |
commit | 50741179280c2a341b568fe38983734ea435e956 (patch) | |
tree | 772507e850764e33414fe0034a9b5f3246a77e19 /src/egl/main | |
parent | 1d4007fbd9d4c2573815603f07d8e79fe1d377fc (diff) |
egl/build: Include headers and XML in distribution.
Acked-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/main')
-rw-r--r-- | src/egl/main/Makefile.am | 5 |
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) |