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
This commit is contained in:
Kevin P. Fleming
2006-06-24 08:45:49 +00:00
parent 2e9099934b
commit df0ba5ff8b
10 changed files with 455 additions and 212 deletions

View File

@@ -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 $@ $<