From 78d777137573a04b163268f2e80fba078def1039 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 7 Feb 2008 23:40:30 +0000 Subject: [PATCH] docs/plugins/Makefile.am: Add the headers which need scanning for the GIO plugin. The rest of the docs still need mig... Original commit message from CVS: * docs/plugins/Makefile.am: Add the headers which need scanning for the GIO plugin. The rest of the docs still need migrating. --- ChangeLog | 6 ++++++ docs/plugins/Makefile.am | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index fc1c38214f..49d9ae88e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-07 Jan Schmidt + + * docs/plugins/Makefile.am: + Add the headers which need scanning for the GIO plugin. The rest of + the docs still need migrating. + 2008-02-07 Jan Schmidt * ext/Makefile.am: diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 75b7a363f7..84bffb243c 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -79,6 +79,10 @@ 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/gnomevfs/gstgnomevfssink.h \ $(top_srcdir)/ext/gnomevfs/gstgnomevfssrc.h \ $(top_srcdir)/ext/ogg/gstoggdemux.h \