diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-09-07 00:16:00 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-09-07 00:20:56 +0100 |
commit | cc705ed7dc8f3ad6eba5ea36195e4095477ab883 (patch) | |
tree | f6ffd4f9c56a6ebe114a27b3d84f5c3577c0c87e | |
parent | 62634b48ed7bd37880b5ff02dcfc016708ef55ed (diff) |
tests: fix distcheck by disting new jack example directory
Also add test binary to ignores.
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | tests/examples/Makefile.am | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 241dc8068..dd2bbc8ae 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ autoregen.sh ABOUT-NLS _stdint.h gst-plugins-bad-*.tar.* -tests/examples/shapewipe/shapewipe-example .deps .libs @@ -42,8 +41,11 @@ Makefile tmp-orc.c gst*orc.h -/tests/check/orc /ext/gsettings/org.freedesktop.gstreamer.default-elements.gschema.xml /ext/gsettings/org.freedesktop.gstreamer-0.10.default-elements.gschema.valid /ext/gsettings/org.freedesktop.gstreamer-0.10.default-elements.gschema.xml + +/tests/check/orc +/tests/examples/shapewipe/shapewipe-example +/tests/examples/jack/jack_client diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am index 0a9739778..0e92667d5 100644 --- a/tests/examples/Makefile.am +++ b/tests/examples/Makefile.am @@ -16,4 +16,4 @@ DIRECTFB_DIR= endif SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) $(JACK_EXAMPLES) switch -DIST_SUBDIRS= camerabin directfb mxf scaletempo switch +DIST_SUBDIRS= camerabin directfb jack mxf scaletempo switch |