mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
tests: fix distcheck by disting new jack example directory
Also add test binary to ignores.
This commit is contained in:
parent
62634b48ed
commit
cc705ed7dc
2 changed files with 5 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue