diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-01 17:58:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-01 17:58:38 +0000 |
commit | 9e8733719f54b7511cc6d66aa55a957b24921ded (patch) | |
tree | a178712c99b7d8358f663259c2ea80cc089304c7 /docs/plugins/Makefile.am | |
parent | cfb3b247bff2feaa6efbd32426c38e874b738eaf (diff) | |
download | gst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.tar.gz gst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.tar.bz2 gst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.zip |
moved to good. Closes #336110
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-taglib.xml:
* ext/Makefile.am:
* ext/taglib/Makefile.am:
* ext/taglib/gstid3v2mux.cc:
* ext/taglib/gstid3v2mux.h:
* ext/taglib/gsttaglib.cc:
* ext/taglib/gsttaglib.h:
* tests/check/Makefile.am:
* tests/check/elements/tagid3v2mux.c:
moved to good. Closes #336110
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 6c6b4c51..0ccb0ff6 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -86,8 +86,7 @@ EXAMPLE_CFILES = \ $(top_srcdir)/ext/directfb/dfb-example.c EXTRA_HFILES = \ - $(top_srcdir)/ext/directfb/dfbvideosink.h \ - $(top_srcdir)/ext/taglib/gsttaglib.h + $(top_srcdir)/ext/directfb/dfbvideosink.h # Images to copy into HTML directory. HTML_IMAGES = |