From: Emil Velikov Date: Thu, 8 Oct 2015 14:50:12 +0000 (+0100) Subject: gallium/ddebug: automake: sort sources alphabetically X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62741ff05272f5879fba753121342e27afa340f6;p=mesa.git gallium/ddebug: automake: sort sources alphabetically Signed-off-by: Emil Velikov --- diff --git a/src/gallium/drivers/ddebug/Makefile.sources b/src/gallium/drivers/ddebug/Makefile.sources index 780edd8aa00..921703e90f3 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