aboutsummaryrefslogtreecommitdiffstats
path: root/sounds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sounds/Makefile')
-rw-r--r--sounds/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 7047c9c70..892286152 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -50,6 +50,7 @@ MM:=$(subst -ALAW,-alaw,$(MM))
MM:=$(subst -GSM,-gsm,$(MM))
MM:=$(subst -G729,-g729,$(MM))
MM:=$(subst -G722,-g722,$(MM))
+MM:=$(subst -SLN16,-sln16,$(MM))
MOH:=$(MM:MOH-%=asterisk-moh-%.tar.gz)
MOH_TAGS:=$(MM:MOH-%=$(MOH_DIR)/.asterisk-moh-%)
# If "fetch" is used, --continue is not a valid option.