tests: fix distcheck by disting new jack example directory
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 6 Sep 2010 23:16:00 +0000 (00:16 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 6 Sep 2010 23:20:56 +0000 (00:20 +0100)
Also add test binary to ignores.

.gitignore
tests/examples/Makefile.am

index 241dc80..dd2bbc8 100644 (file)
@@ -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
index 0a97397..0e92667 100644 (file)
@@ -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