diff --git a/gst-libs/gst/app/Makefile.am b/gst-libs/gst/app/Makefile.am index f0cd4dae35..8848a7d534 100644 --- a/gst-libs/gst/app/Makefile.am +++ b/gst-libs/gst/app/Makefile.am @@ -55,6 +55,7 @@ GstApp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstapp-@GST_MAJORMINOR@ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ + --pkg-export gstreamer-app-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index 15af091640..441168330b 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -86,6 +86,7 @@ GstAudio-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstaudio-@GST_MAJORMI --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ --pkg gstreamer-interfaces-0.10 \ + --pkg-export gstreamer-audio-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/cdda/Makefile.am b/gst-libs/gst/cdda/Makefile.am index c189ceaba7..31bae21ac1 100644 --- a/gst-libs/gst/cdda/Makefile.am +++ b/gst-libs/gst/cdda/Makefile.am @@ -39,6 +39,7 @@ GstCdda-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcdda-@GST_MAJORMINO --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ --pkg gstreamer-tag-0.10 \ + --pkg-export gstreamer-cdda-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/fft/Makefile.am b/gst-libs/gst/fft/Makefile.am index 228f92b143..046d4d9ba8 100644 --- a/gst-libs/gst/fft/Makefile.am +++ b/gst-libs/gst/fft/Makefile.am @@ -62,6 +62,7 @@ GstFft-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstfft-@GST_MAJORMINOR@ --include=Gst-0.10 \ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ + --pkg-export gstreamer-fft-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/interfaces/Makefile.am b/gst-libs/gst/interfaces/Makefile.am index dac7792db4..e262448128 100644 --- a/gst-libs/gst/interfaces/Makefile.am +++ b/gst-libs/gst/interfaces/Makefile.am @@ -93,6 +93,7 @@ GstInterfaces-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstinterfaces-@G --include=Gst-0.10 \ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ + --pkg-export gstreamer-interfaces-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/netbuffer/Makefile.am b/gst-libs/gst/netbuffer/Makefile.am index 9c5111580f..5a78b9d11b 100644 --- a/gst-libs/gst/netbuffer/Makefile.am +++ b/gst-libs/gst/netbuffer/Makefile.am @@ -27,6 +27,7 @@ GstNetbuffer-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnetbuffer-@GST --include=Gst-0.10 \ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ + --pkg-export gstreamer-netbuffer-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/pbutils/Makefile.am b/gst-libs/gst/pbutils/Makefile.am index 6d7d8bfcdd..9a261f51b7 100644 --- a/gst-libs/gst/pbutils/Makefile.am +++ b/gst-libs/gst/pbutils/Makefile.am @@ -85,6 +85,7 @@ GstPbutils-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstpbutils-@GST_MAJ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-video-@GST_MAJORMINOR@ \ + --pkg-export gstreamer-pbutils-@GST_MAJORMINOR@ \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/riff/Makefile.am b/gst-libs/gst/riff/Makefile.am index 44e1384925..879f980993 100644 --- a/gst-libs/gst/riff/Makefile.am +++ b/gst-libs/gst/riff/Makefile.am @@ -46,6 +46,7 @@ GstRiff-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstriff-@GST_MAJORMINO --pkg gstreamer-tag-0.10 \ --pkg gstreamer-audio-0.10 \ --pkg gstreamer-interfaces-0.10 \ + --pkg-export gstreamer-riff-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/rtp/Makefile.am b/gst-libs/gst/rtp/Makefile.am index 7ffb4341db..9c983664b4 100644 --- a/gst-libs/gst/rtp/Makefile.am +++ b/gst-libs/gst/rtp/Makefile.am @@ -42,6 +42,7 @@ GstRtp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstrtp-@GST_MAJORMINOR@ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ + --pkg-export gstreamer-rtp-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/rtsp/Makefile.am b/gst-libs/gst/rtsp/Makefile.am index 39425ec225..df99afacb3 100644 --- a/gst-libs/gst/rtsp/Makefile.am +++ b/gst-libs/gst/rtsp/Makefile.am @@ -75,6 +75,7 @@ GstRtsp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_MAJORMINO --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-sdp-0.10 \ + --pkg-export gsteamer-rtsp-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/sdp/Makefile.am b/gst-libs/gst/sdp/Makefile.am index 4593220b09..b122f2fc9d 100644 --- a/gst-libs/gst/sdp/Makefile.am +++ b/gst-libs/gst/sdp/Makefile.am @@ -30,6 +30,7 @@ GstSdp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstsdp-@GST_MAJORMINOR@ --include=Gst-0.10 \ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ + --pkg-export gstreamer-sdp-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/tag/Makefile.am b/gst-libs/gst/tag/Makefile.am index 9a82a0d07f..aac1c13d09 100644 --- a/gst-libs/gst/tag/Makefile.am +++ b/gst-libs/gst/tag/Makefile.am @@ -39,6 +39,7 @@ GstTag-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgsttag-@GST_MAJORMINOR@ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ + --pkg-export gstreamer-tag-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index e44ce80c9c..8a9019cb60 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -53,6 +53,7 @@ GstVideo-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstvideo-@GST_MAJORMI --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ + --pkg-export gstreamer-video-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources)