diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-07 23:37:32 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-07 23:37:32 +0000 |
commit | eca6caa0bfe83620271f6ae6fd2c7114c5e5f7f2 (patch) | |
tree | 37c3c7c2e1a5e1649cb336ab5a7cbfa16e4c63a9 | |
parent | 96d9b6eecf35b374d1ef8e76a832a8267d3f5cb5 (diff) | |
download | gst-plugins-bad-eca6caa0bfe83620271f6ae6fd2c7114c5e5f7f2.tar.gz gst-plugins-bad-eca6caa0bfe83620271f6ae6fd2c7114c5e5f7f2.tar.bz2 gst-plugins-bad-eca6caa0bfe83620271f6ae6fd2c7114c5e5f7f2.zip |
docs/plugins/Makefile.am: Remove mention of non-existent headers to fix the build.
Original commit message from CVS:
* docs/plugins/Makefile.am:
Remove mention of non-existent headers to fix the build.
-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 \ |