Version 0.1.7 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 24 years ago
parent b8d62891e7
commit 40780b1559

@ -22,6 +22,11 @@ CFLAGS+=$(shell [ ! -f /usr/include/linux/if_wanpipe.h ] && echo " -DOLD_SANGOMA
CFLAGS+=#-DVOFRDUMPER
ZAPDIR=/usr/lib
CHANNEL_LIBS+=$(shell [ -f $(ZAPDIR)/libzap.a ] && echo "chan_tor.so")
CFLAGS+=$(shell [ -f $(ZAPDIR)/libzap.a ] && echo "-I$(ZAPDIR)")
all: $(CHANNEL_LIBS)
clean:
@ -34,8 +39,8 @@ clean:
# rm -f libiax.a
# $(AR) cr libiax.a libiax.o
#chan_iax.so: chan_iax.o libiax.a
# $(CC) -shared -Xlinker -x -o $@ $< -L. -liax
chan_tor.so: chan_tor.o
$(CC) -shared -Xlinker -x -o $@ $< -lzap -ltonezone
#chan_modem.so : chan_modem.o
# $(CC) -rdynamic -shared -Xlinker -x -o $@ $<

Loading…
Cancel
Save