From 4a1e63817fabfdd0c99ad5403d6b5160ab003481 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Wed, 22 Jul 2015 13:33:12 -0400 Subject: [PATCH] libgstgl: Makefile style fix --- gst-libs/gst/gl/Makefile.am | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index ce30fff73b..806f9b98be 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -16,21 +16,21 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \ gstglbufferpool.c \ gstglfilter.c \ gstglbasefilter.c \ - gstglshader.c \ - gstglshadervariables.c \ - gstglcolorconvert.c \ - gstgldownload.c \ - gstglupload.c \ - gstgluploadmeta.c \ - gstglwindow.c \ - gstglapi.c \ - gstglfeature.c \ - gstglutils.c \ - gstglframebuffer.c \ - gstglsyncmeta.c \ - gstglviewconvert.c \ - gstglcompositionoverlay.c \ - gstgloverlaycompositor.c + gstglshader.c \ + gstglshadervariables.c \ + gstglcolorconvert.c \ + gstgldownload.c \ + gstglupload.c \ + gstgluploadmeta.c \ + gstglwindow.c \ + gstglapi.c \ + gstglfeature.c \ + gstglutils.c \ + gstglframebuffer.c \ + gstglsyncmeta.c \ + gstglviewconvert.c \ + gstglcompositionoverlay.c \ + gstgloverlaycompositor.c libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl libgstgl_@GST_API_VERSION@include_HEADERS = \