diff options
Diffstat (limited to 'src/egl/main/Makefile.sources')
-rw-r--r-- | src/egl/main/Makefile.sources | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/egl/main/Makefile.sources b/src/egl/main/Makefile.sources deleted file mode 100644 index e39a80f14a6..00000000000 --- a/src/egl/main/Makefile.sources +++ /dev/null @@ -1,31 +0,0 @@ -LIBEGL_C_FILES := \ - eglapi.c \ - eglapi.h \ - eglarray.c \ - eglarray.h \ - eglcompiler.h \ - eglconfig.c \ - eglconfig.h \ - eglcontext.c \ - eglcontext.h \ - eglcurrent.c \ - eglcurrent.h \ - egldefines.h \ - egldisplay.c \ - egldisplay.h \ - egldriver.c \ - egldriver.h \ - eglfallbacks.c \ - eglglobals.c \ - eglglobals.h \ - eglimage.c \ - eglimage.h \ - egllog.c \ - egllog.h \ - eglstring.c \ - eglstring.h \ - eglsurface.c \ - eglsurface.h \ - eglsync.c \ - eglsync.h \ - egltypedefs.h |