base/audio/video: Install headers and pkg-config files
authorSebastian Dröge <sebastian@centricular.com>
Sat, 16 Jan 2016 16:59:43 +0000 (18:59 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 22 Jan 2016 10:39:48 +0000 (12:39 +0200)
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
gst-libs/gst/base/Makefile.am
gst-libs/gst/video/Makefile.am
pkgconfig/Makefile.am

index 9e0e2e1..d810148 100644 (file)
@@ -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
index 0d55368..993701d 100644 (file)
@@ -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 = 
 
index 5108281..6cdad6f 100644 (file)
@@ -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
index c75ec36..9c9819e 100644 (file)
@@ -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)