summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-02 15:11:52 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-02 15:11:52 +0000
commita197901b82c22db9d8441eadba8063151c994b22 (patch)
treea345a2ce2253630668b247f51151b50cbc20a497 /Makefile.am
parent992c05f840381dd251d76eda4f3cc05fb5312c68 (diff)
jack: move plugin to gst-plugins-good
https://bugzilla.gnome.org/show_bug.cgi?id=621929
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 402b8b957..a8ac17d49 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,6 +46,7 @@ CRUFT_FILES = \
$(top_builddir)/common/shave-libtool \
$(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \
+ $(top_builddir)/ext/jack/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \
@@ -60,6 +61,7 @@ CRUFT_FILES = \
$(top_builddir)/tests/check/elements/selector \
$(top_builddir)/tests/check/elements/valve \
$(top_builddir)/tests/check/pipelines/metadata \
+ $(top_builddir)/tests/examples/jack/jack_client \
$(top_builddir)/tests/examples/switch/switcher \
$(top_builddir)/tests/icles/output-selector-test \
$(top_builddir)/tests/icles/test-oss4
@@ -74,8 +76,10 @@ CRUFT_DIRS = \
$(top_srcdir)/gst/valve \
$(top_srcdir)/tests/examples/shapewipe \
$(top_srcdir)/tests/examples/switch \
+ $(top_srcdir)/tests/examples/jack \
$(top_srcdir)/ext/alsaspdif \
$(top_srcdir)/ext/ivorbis \
+ $(top_srcdir)/ext/jack \
$(top_srcdir)/ext/metadata
include $(top_srcdir)/common/cruft.mak