Skip to content
Snippets Groups Projects
Commit 07a40f51 authored by James Golovich's avatar James Golovich
Browse files

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
parent 3b367480
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ chan_zap.so: chan_zap.o
$(CC) $(SOLINK) -o $@ $< $(ZAPPRI) $(ZAPR2) -ltonezone
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
else
$(CC) $(SOLINK) -o $@ chan_sip.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment