aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile
diff options
context:
space:
mode:
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)