aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-12-09 00:41:43 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-12-09 00:41:43 +0000
commit73f433504205e9996ef28ea925881851caa392a3 (patch)
treee900c1cb311ee485c9707a595d48283480f82847 /codecs/Makefile
parent20550ee5133b6ddb2f233e78f8fa9bb9cb0b6de5 (diff)
Version 0.1.10 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@392 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/Makefile')
-rwxr-xr-xcodecs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index da84127e5..027225eb8 100755
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -28,7 +28,8 @@ LIBGSM=gsm/lib/libgsm.a
LIBMP3=mp3/libmp3.a
LIBLPC10=lpc10/liblpc10.a
-CODECS+=$(MODG723) codec_gsm.so codec_mp3_d.so codec_lpc10.so codec_adpcm.so codec_ulaw.so
+CODECS+=$(MODG723) codec_gsm.so codec_mp3_d.so codec_lpc10.so \
+ codec_adpcm.so codec_ulaw.so codec_alaw.so codec_a_mu.so
all: $(CODECS)