egl/build: Sort egl sources alphabetically.
authorMatt Turner <mattst88@gmail.com>
Mon, 11 Nov 2013 01:57:19 +0000 (17:57 -0800)
committerMatt Turner <mattst88@gmail.com>
Mon, 7 Apr 2014 16:41:00 +0000 (09:41 -0700)
Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
src/egl/main/Makefile.am

index 937372c9aa855dad5ea62f14c04c228f98794b88..2858913eae8adb084c3e1e9f5620c2d9dd3024e6 100644 (file)
@@ -36,37 +36,37 @@ libEGL_la_SOURCES = \
        eglapi.h \
        eglarray.c \
        eglarray.h \
-       eglconfig.c \
-       eglcontext.c \
-       eglcurrent.c \
-       egldisplay.c \
-       egldriver.c \
-       eglfallbacks.c \
-       eglglobals.c \
-       eglimage.c \
-       egllog.c \
-       eglmisc.c \
-       eglmode.c \
-       eglscreen.c \
-       eglstring.c \
-       eglsurface.c \
-       eglsync.c \
        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 \
+       eglmisc.c \
        eglmisc.h \
+       eglmode.c \
        eglmode.h \
        eglmutex.h \
+       eglscreen.c \
        eglscreen.h \
+       eglstring.c \
        eglstring.h \
+       eglsurface.c \
        eglsurface.h \
+       eglsync.c \
        eglsync.h \
        egltypedefs.h