From 82b7da3de7c78eceb35ba4f21b126d41963e67f8 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 6 Dec 2014 22:51:13 -0800 Subject: glx: Alphabetize source lists. And remove absurd tab-space-space indentation. --- src/glx/Makefile.am | 80 ++++++++++++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index 451531237f9..94563d61deb 100644 --- a/src/glx/Makefile.am +++ b/src/glx/Makefile.am @@ -54,58 +54,58 @@ lib_LTLIBRARIES = lib@GL_LIB@.la noinst_LTLIBRARIES = libglx.la libglx_la_SOURCES = \ - clientattrib.c \ - clientinfo.c \ - compsize.c \ - create_context.c \ - eval.c \ - glxconfig.c \ - glxcmds.c \ - glxcurrent.c \ - glx_error.c \ - glxext.c \ - glxextensions.c \ - indirect_glx.c \ - indirect.c \ - indirect_init.c \ - indirect_size.c \ - indirect_window_pos.c \ - indirect_texture_compression.c \ - indirect_transpose_matrix.c \ - indirect_vertex_array.c \ - indirect_vertex_program.c \ - pixel.c \ - pixelstore.c \ - query_renderer.c \ - render2.c \ - renderpix.c \ - single2.c \ - singlepix.c \ - vertarr.c \ - glx_pbuffer.c \ - glx_query.c \ - glxhash.c + clientattrib.c \ + clientinfo.c \ + compsize.c \ + create_context.c \ + eval.c \ + glxcmds.c \ + glxconfig.c \ + glxcurrent.c \ + glx_error.c \ + glxext.c \ + glxextensions.c \ + glxhash.c \ + glx_pbuffer.c \ + glx_query.c \ + indirect.c \ + indirect_glx.c \ + indirect_init.c \ + indirect_size.c \ + indirect_texture_compression.c \ + indirect_transpose_matrix.c \ + indirect_vertex_array.c \ + indirect_vertex_program.c \ + indirect_window_pos.c \ + pixel.c \ + pixelstore.c \ + query_renderer.c \ + render2.c \ + renderpix.c \ + single2.c \ + singlepix.c \ + vertarr.c libglx_la_LIBADD = $(top_builddir)/src/loader/libloader.la if HAVE_DRISW libglx_la_SOURCES += \ - drisw_glx.c + drisw_glx.c endif if HAVE_DRICOMMON libglx_la_SOURCES += \ - xfont.c \ - dri_common.c \ - dri_common_query_renderer.c + dri_common.c \ + dri_common_query_renderer.c \ + xfont.c endif if HAVE_DRI2 libglx_la_SOURCES += \ - dri_glx.c \ - XF86dri.c \ - dri2_glx.c \ - dri2.c + dri2.c \ + dri2_glx.c \ + dri_glx.c \ + XF86dri.c endif if HAVE_DRI3 @@ -115,7 +115,7 @@ endif if HAVE_APPLEDRI libglx_la_SOURCES += \ - applegl_glx.c + applegl_glx.c SUBDIRS += apple libglx_la_LIBADD += $(builddir)/apple/libappleglx.la -- cgit v1.2.3