summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-13 21:35:36 +0100
committerRobin Gareus <robin@gareus.org>2014-11-13 21:35:36 +0100
commit11b75bf179045861c009606b9628b04baf4ff737 (patch)
treed5b41f2146bd457684eeea2f1b968de0840f16e4 /tools
parentb376f6bc45f8c88ada432bce30a70d7ae424e978 (diff)
Linux-bundle: deploy all compiled backends
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