diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2008-01-23 16:35:34 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2008-01-23 16:35:34 +0000 |
commit | 90f78abd15e5b99524ee16384d3d134a7e29c877 (patch) | |
tree | 13fdb857caab787900653f1763ad5f9ff09f0e6d /docs/plugins/Makefile.am | |
parent | 59c9a6a6bde17a6aeadaf8277f9244031ecaa6c7 (diff) | |
download | gst-plugins-bad-90f78abd15e5b99524ee16384d3d134a7e29c877.tar.gz gst-plugins-bad-90f78abd15e5b99524ee16384d3d134a7e29c877.tar.bz2 gst-plugins-bad-90f78abd15e5b99524ee16384d3d134a7e29c877.zip |
Add some documentation.
Original commit message from CVS:
Add some documentation.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index e26d6906..db3c0e97 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -106,6 +106,9 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/ivorbis/vorbisdec.h \ $(top_srcdir)/ext/jack/gstjackaudiosink.h \ $(top_srcdir)/ext/musicbrainz/gsttrm.h \ + $(top_srcdir)/ext/metadata/gstbasemetadata.h \ + $(top_srcdir)/ext/metadata/gstmetadatademux.h \ + $(top_srcdir)/ext/metadata/gstmetadatamux.h \ $(top_srcdir)/ext/mythtv/gstmythtvsrc.h \ $(top_srcdir)/ext/sdl/sdlaudiosink.h \ $(top_srcdir)/ext/sdl/sdlvideosink.h \ |