Oops, actually use the right variable in channels/Makefile

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2875 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
James Golovich 22 years ago
parent 3b3674807b
commit 07a40f5141

@ -150,7 +150,7 @@ chan_zap.so: chan_zap.o
$(CC) $(SOLINK) -o $@ $< $(ZAPPRI) $(ZAPR2) -ltonezone $(CC) $(SOLINK) -o $@ $< $(ZAPPRI) $(ZAPR2) -ltonezone
chan_sip.so: chan_sip.o chan_sip.so: chan_sip.o
ifeq ($(USE_MYSQL_FRIENDS),1) ifeq ($(USE_SIP_MYSQL_FRIENDS),1)
$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz $(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
else else
$(CC) $(SOLINK) -o $@ chan_sip.o $(CC) $(SOLINK) -o $@ chan_sip.o

Loading…
Cancel
Save