From: Matthew Waters Date: Tue, 21 Jul 2015 07:34:27 +0000 (+1000) Subject: gl/build: fix typo in _HEADERS resulting in installing the wrong file X-Git-Tag: 1.6.0~330 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fc017e822119da7fb83e1f6285e0869a7f07e39;p=platform%2Fupstream%2Fgst-plugins-bad.git gl/build: fix typo in _HEADERS resulting in installing the wrong file /usr/include/gstreamer-1.0/gst/gl/gl.h:51:43: fatal error: gst/gl/gstgloverlaycompositor.h: No such file or directory --- diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index b6aab1d..ce30fff 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -55,7 +55,7 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \ gstglsyncmeta.h \ gstglviewconvert.h \ gstglcompositionoverlay.h \ - gstgloverlaycompositor.c \ + gstgloverlaycompositor.h \ gstgl_fwd.h \ gl.h