From: James Golovich Date: Mon, 3 May 2004 19:29:52 +0000 (+0000) Subject: Oops, actually use the right variable in channels/Makefile X-Git-Tag: 1.0.0-rc1~570 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07a40f5141cbf5eb220d07f28f92670dc081be93;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/Makefile b/channels/Makefile index 3dbcc142b0..23037122fa 100755 --- a/channels/Makefile +++ b/channels/Makefile @@ -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