diff options
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 904b30d1..67a90f36 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -79,7 +79,9 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/level/gstlevel.h \ $(top_srcdir)/gst/goom/gstgoom.h \ $(top_srcdir)/ext/cairo/gsttimeoverlay.h \ - $(top_srcdir)/ext/flac/gstflacdec.h + $(top_srcdir)/ext/flac/gstflacdec.h \ + $(top_srcdir)/gst/multipart/multipartmux.c \ + $(top_srcdir)/gst/multipart/multipartdemux.c # example code that needs to be converted to xml and placed in xml/ EXAMPLE_CFILES = \ |