summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-02-13 01:58:33 +0000
committerRussell Bryant <russell@russellbryant.com>2006-02-13 01:58:33 +0000
commitfebbc165a1c1f9d7018b7612fefe31ccf0de3b49 (patch)
treea426532fdb713e24474eea83a1876f844617c710
parent5869d9605016443ca6419c879cc9af4781a84907 (diff)
fix codec_ilbc.so build - it would build before, but libilbc.a was not linked
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9732 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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)