aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-13 01:58:33 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-13 01:58:33 +0000
commit9189fa7aa5b4b3577764d024c5a0fe12cbbe820e (patch)
treea426532fdb713e24474eea83a1876f844617c710 /codecs/Makefile
parentdcdfdeb5377086145c9722809bc9c14166814e8f (diff)
fix codec_ilbc.so build - it would build before, but libilbc.a was not linked
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9732 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/Makefile')
-rw-r--r--codecs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index 5d1f17523..c4a765dc7 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -89,7 +89,7 @@ $(LIBLPC10):
$(LIBILBC):
$(MAKE) -C ilbc all
-$(MODILBC): codec_ilbc.o $(LIBILBC)
+codec_ilbc.so: codec_ilbc.o $(LIBILBC)
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(LIBILBC)
codec_g723_1.so : codec_g723_1.o $(LIBG723)