summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
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