aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-03 19:29:52 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-03 19:29:52 +0000
commit68694468d87f26b862115ad727d6a4f3db190ed8 (patch)
treeec7a4de8abd0c0724578bb08bbefcd918fd6d00d /channels
parent235dc89c4a6b19954e2519a1975e69355a98431e (diff)
Oops, actually use the right variable in channels/Makefile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2875 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 3dbcc142b..23037122f 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