diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | docs/plugins/Makefile.am | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,10 @@ 2008-02-07 Jan Schmidt <jan.schmidt@sun.com> + * docs/plugins/Makefile.am: + Remove mention of non-existent headers to fix the build. + +2008-02-07 Jan Schmidt <jan.schmidt@sun.com> + * configure.ac: * ext/Makefile.am: * ext/gio/Makefile.am: diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index dab4de36..b8876088 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -99,10 +99,6 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/amrwb/gstamrwbparse.h \ $(top_srcdir)/ext/dc1394/gstdc1394.h \ $(top_srcdir)/ext/directfb/dfbvideosink.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/soup/gstsouphttpsrc.h \ $(top_srcdir)/ext/ivorbis/vorbisdec.h \ $(top_srcdir)/ext/jack/gstjackaudiosink.h \ |