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 /tests/examples/Makefile.am | |
parent | 62634b48ed7bd37880b5ff02dcfc016708ef55ed (diff) |
tests: fix distcheck by disting new jack example directory
Also add test binary to ignores.
Diffstat (limited to 'tests/examples/Makefile.am')
-rw-r--r-- | tests/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |