From 9189fa7aa5b4b3577764d024c5a0fe12cbbe820e Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 13 Feb 2006 01:58:33 +0000 Subject: 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 --- codecs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs') 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) -- cgit v1.2.3