From 11b75bf179045861c009606b9628b04baf4ff737 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 13 Nov 2014 21:35:36 +0100 Subject: Linux-bundle: deploy all compiled backends --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 2225b2064f..132d9449f3 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -391,7 +391,7 @@ done cp $BUILD_ROOT/libs/panners/*/lib*.so* $Panners # Backends -for backend in jack wavesaudio ; do +for backend in jack alsa dummy wavesaudio ; do cp $BUILD_ROOT/libs/backends/$backend/lib*.so* $Backends done -- cgit v1.2.3