diff options
Diffstat (limited to 'src/egl/main/Makefile.am')
-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) |