gl: Move private headers from SOURCES to noinst_HEADERS
authorSebastian Dröge <sebastian@centricular.com>
Thu, 18 Feb 2016 08:29:21 +0000 (10:29 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:16 +0000 (19:32 +0000)
gst-libs/gst/gl/Makefile.am

index efb27e19dabb5237d26c2ea32e5f48b9b14f8425..7301b04601c2115e6b202ae46fe91e1e79b621a7 100644 (file)
@@ -4,8 +4,6 @@ lib_LTLIBRARIES = libgstgl-@GST_API_VERSION@.la
 SUBDIRS = glprototypes
 DIST_SUBDIRS = glprototypes android x11 win32 cocoa wayland dispmanx egl eagl
 
-noinst_HEADERS =
-
 built_sys_header_configure = gstglconfig.h
 
 libgstgl_@GST_API_VERSION@_la_SOURCES = \
@@ -35,9 +33,7 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \
        gstglviewconvert.c \
        gstgloverlaycompositor.c \
        gstglquery.c \
-       gstglcontrolbindingproxy.c \
-       gstglsl_private.h \
-       utils/opengl_versions.h
+       gstglcontrolbindingproxy.c
 
 libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl
 libgstgl_@GST_API_VERSION@include_HEADERS = \
@@ -72,6 +68,11 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \
        gstgl_enums.h \
        gl.h
 
+noinst_HEADERS = \
+       gstglsl_private.h \
+       utils/opengl_versions.h
+
+
 libgstgl_@GST_API_VERSION@_la_LIBADD = \
        $(GMODULE_NO_EXPORT_LIBS) \
        $(GST_PLUGINS_BASE_LIBS) \