Mesa (master): egl/build: Sort egl sources alphabetically.

Matt Turner mattst88 at kemper.freedesktop.org
Mon Apr 7 17:44:33 UTC 2014


Module: Mesa
Branch: master
Commit: 3f64c3d591be22bb90e4058c3a3692888e235efc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f64c3d591be22bb90e4058c3a3692888e235efc

Author: Matt Turner <mattst88 at gmail.com>
Date:   Sun Nov 10 17:57:19 2013 -0800

egl/build: Sort egl sources alphabetically.

Acked-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/egl/main/Makefile.am |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/egl/main/Makefile.am b/src/egl/main/Makefile.am
index 937372c..2858913 100644
--- a/src/egl/main/Makefile.am
+++ b/src/egl/main/Makefile.am
@@ -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
 




More information about the mesa-commit mailing list