From 8b310665c50e9c3dc78a3b1381bec84a899c78d4 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 1 Apr 2016 00:23:25 +1100 Subject: [PATCH] gl/build: add missing '\' at the end of the line in MakeFile.am Otherwise the following elements aren't included in the correct variable. Fixes error in 'make distcheck' failing to find gstgltestsrc.h --- ext/gl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index d2256e3036..802b520a9f 100644 --- a/ext/gl/Makefile.am +++ b/ext/gl/Makefile.am @@ -66,7 +66,7 @@ noinst_HEADERS = \ gstglstereosplit.h \ gstglstereomix.h \ gstglviewconvert.h \ - gltestsrc.h + gltestsrc.h \ gstgltestsrc.h # full opengl required