queue2: add overrun signal
[platform/upstream/gstreamer.git] / Makefile.am
index 59251e9..503ffb3 100644 (file)
@@ -1,4 +1,4 @@
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-docbook --with-bash-completion-dir=no
+DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-docbook
 
 # note: keep in sync with configure.ac
 ACLOCAL_AMFLAGS = -I m4 -I common/m4
@@ -205,8 +205,13 @@ CRUFT_FILES = \
 
 CRUFT_DIRS = \
        $(top_builddir)/tests/examples/xml \
+       $(top_builddir)/tests/examples/launch \
+       $(top_builddir)/tests/examples/metadata \
+       $(top_builddir)/tests/examples/queue \
+       $(top_builddir)/tests/examples/typefind \
        $(top_builddir)/gst/tmp-introspect* \
-       $(top_builddir)/libs/gst/*/tmp-introspect*
+       $(top_builddir)/libs/gst/*/tmp-introspect* \
+       $(top_srcdir)/docs/plugins/tmpl
 
 include $(top_srcdir)/common/cruft.mak