summaryrefslogtreecommitdiff
path: root/docs/plugins/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-01-18 16:19:12 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-01-18 16:21:14 +0100
commit317894d314845bb650ce64e765ac0112bde3d0a2 (patch)
treec91cb1f9190d9b97675648a7dfe150a7de59cd73 /docs/plugins/Makefile.am
parent5ed617b65944dabae2c7808ec827ed52697b1ea0 (diff)
downloadgstreamer-plugins-base-317894d314845bb650ce64e765ac0112bde3d0a2.tar.gz
gio: Move to gst subdirectory
It's a plugin without external dependencies now because we unconditionally depend on GIO anyway.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r--docs/plugins/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 1d4355d3d..9946922f5 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -54,10 +54,6 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/alsa/gstalsasink.h \
$(top_srcdir)/ext/alsa/gstalsasrc.h \
$(top_srcdir)/ext/cdparanoia/gstcdparanoiasrc.h \
- $(top_srcdir)/ext/gio/gstgiosink.h \
- $(top_srcdir)/ext/gio/gstgiosrc.h \
- $(top_srcdir)/ext/gio/gstgiostreamsink.h \
- $(top_srcdir)/ext/gio/gstgiostreamsrc.h \
$(top_srcdir)/ext/ogg/gstoggdemux.h \
$(top_srcdir)/ext/ogg/gstoggmux.h \
$(top_srcdir)/ext/pango/gstclockoverlay.h \
@@ -78,6 +74,10 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/encoding/gstencodebin.h \
$(top_srcdir)/gst/gdp/gstgdpdepay.h \
$(top_srcdir)/gst/gdp/gstgdppay.h \
+ $(top_srcdir)/gst/gio/gstgiosink.h \
+ $(top_srcdir)/gst/gio/gstgiosrc.h \
+ $(top_srcdir)/gst/gio/gstgiostreamsink.h \
+ $(top_srcdir)/gst/gio/gstgiostreamsrc.h \
$(top_srcdir)/gst/playback/gstplay-enum.h \
$(top_srcdir)/gst/playback/gstsubtitleoverlay.h \
$(top_srcdir)/gst/audiorate/gstaudiorate.h \