diff --git a/ChangeLog b/ChangeLog index 043ab0d1bc..dee92fdd26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-07 Jan Schmidt + + * docs/plugins/Makefile.am: + Remove mention of non-existent headers to fix the build. + 2008-02-07 Jan Schmidt * configure.ac: diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index dab4de3693..b8876088e7 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 \