From df0ba5ff8b3199c9536a0d8f1f639ef279a93394 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 24 Jun 2006 08:45:49 +0000 Subject: search for Zaptel and libtonezone separately in the configure script various other minor fixes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35812 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'codecs') diff --git a/codecs/Makefile b/codecs/Makefile index d6e304be2..25eb4c46c 100644 --- a/codecs/Makefile +++ b/codecs/Makefile @@ -92,6 +92,9 @@ codec_speex.so: codec_speex.o codec_lpc10.so: codec_lpc10.o $(LIBLPC10) $(CC) $(SOLINK) -o $@ $< $(LIBLPC10) -lm +codec_zap.o: codec_zap.c + $(CC) -c -o $@ $(CFLAGS) $(ZAPTEL_INCLUDE) $< + %.so : %.o $(CC) $(SOLINK) -o $@ $< -- cgit v1.2.3