[gst-cvs] gst-plugins-bad: tests: fix distcheck by disting new jack example directory
Tim Müller
tpm at kemper.freedesktop.org
Mon Sep 6 16:21:12 PDT 2010
Module: gst-plugins-bad
Branch: master
Commit: cc705ed7dc8f3ad6eba5ea36195e4095477ab883
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=cc705ed7dc8f3ad6eba5ea36195e4095477ab883
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Tue Sep 7 00:16:00 2010 +0100
tests: fix distcheck by disting new jack example directory
Also add test binary to ignores.
---
.gitignore | 6 ++++--
tests/examples/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 241dc80..dd2bbc8 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 0a97397..0e92667 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
More information about the Gstreamer-commits
mailing list