From c87a7e266732ab9a0bd0e5a5c104b06d0f1a2072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 16 Jan 2016 18:59:43 +0200 Subject: [PATCH] base/audio/video: Install headers and pkg-config files They are still considered unstable API but it would be good to give them some wider testing already to make sure the API is useful. https://bugzilla.gnome.org/show_bug.cgi?id=760733 --- gst-libs/gst/audio/Makefile.am | 3 ++- gst-libs/gst/base/Makefile.am | 4 ++-- gst-libs/gst/video/Makefile.am | 3 ++- pkgconfig/Makefile.am | 5 ++++- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index 9e0e2e111c..d810148945 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -23,4 +23,5 @@ libgstbadaudio_@GST_API_VERSION@_la_LIBADD = \ libgstbadaudio_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) -noinst_HEADERS = gstaudioaggregator.h +libgstaudio_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/audio +libgstaudio_@GST_API_VERSION@include_HEADERS = gstaudioaggregator.h diff --git a/gst-libs/gst/base/Makefile.am b/gst-libs/gst/base/Makefile.am index 0d55368ef7..993701d779 100644 --- a/gst-libs/gst/base/Makefile.am +++ b/gst-libs/gst/base/Makefile.am @@ -9,8 +9,8 @@ libgstbadbase_@GST_API_VERSION@_la_CFLAGS = $(GST_CFLAGS) \ libgstbadbase_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS) libgstbadbase_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) -noinst_HEADERS = \ - gstaggregator.h +libgstbase_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/base +libgstbase_@GST_API_VERSION@include_HEADERS = gstaggregator.h EXTRA_DIST = diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index 5108281902..6cdad6f538 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -23,4 +23,5 @@ libgstbadvideo_@GST_API_VERSION@_la_LIBADD = \ libgstbadvideo_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) -noinst_HEADERS = gstvideoaggregatorpad.h gstvideoaggregator.h +libgstvideo_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/video +libgstvideo_@GST_API_VERSION@include_HEADERS = gstvideoaggregatorpad.h gstvideoaggregator.h diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index c75ec36661..9c9819ec52 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -41,7 +41,10 @@ pcinfiles = \ gstreamer-gl.pc.in gstreamer-gl-uninstalled.pc.in \ gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \ gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in \ - gstreamer-player.pc.in gstreamer-player-uninstalled.pc.in + gstreamer-player.pc.in gstreamer-player-uninstalled.pc.in \ + gstreamer-audio.pc.in gstreamer-audio-uninstalled.pc.in \ + gstreamer-video.pc.in gstreamer-video-uninstalled.pc.in \ + gstreamer-base.pc.in gstreamer-base-uninstalled.pc.in DISTCLEANFILES = $(pcinfiles:.in=) EXTRA_DIST = $(pcinfiles)