mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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 $@ $<
|
||||
|
||||
|
Reference in New Issue
Block a user