From 62741ff05272f5879fba753121342e27afa340f6 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 8 Oct 2015 15:50:12 +0100 Subject: gallium/ddebug: automake: sort sources alphabetically Signed-off-by: Emil Velikov --- src/gallium/drivers/ddebug/Makefile.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/drivers/ddebug') 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 -- cgit v1.1