diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-01-16 18:59:43 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-01-22 12:39:48 +0200 |
commit | c87a7e266732ab9a0bd0e5a5c104b06d0f1a2072 (patch) | |
tree | 57683d14204828d512e8e9114377a9349fb3da66 /pkgconfig | |
parent | 8a1fa31c67a2ff494ed4bce7692815501a6c2f31 (diff) |
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
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index c75ec3666..9c9819ec5 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) |