Mesa (master): gallium/ddebug: automake: sort sources alphabetically

Emil Velikov evelikov at kemper.freedesktop.org
Thu Oct 8 17:09:18 UTC 2015


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

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Thu Oct  8 15:50:12 2015 +0100

gallium/ddebug: automake: sort sources alphabetically

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/gallium/drivers/ddebug/Makefile.sources |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/ddebug/Makefile.sources b/src/gallium/drivers/ddebug/Makefile.sources
index 780edd8..921703e 100644
--- a/src/gallium/drivers/ddebug/Makefile.sources
+++ b/src/gallium/drivers/ddebug/Makefile.sources
@@ -1,6 +1,6 @@
 C_SOURCES := \
-	dd_pipe.h \
-	dd_public.h \
 	dd_context.c \
 	dd_draw.c \
+	dd_pipe.h \
+	dd_public.h \
 	dd_screen.c




More information about the mesa-commit mailing list