aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-30 01:09:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-30 01:09:52 +0000
commite5dfa8c5bf1c7395c2173598e131973c2d5995a2 (patch)
tree0079771559592606ae1beae7020dba3329a831ec /channels/Makefile
parent39cd0df15aecb50609c85a5b8f505ca83c01a650 (diff)
Work properly with USE_SIP_MYSQL_FRIENDS set to 1 for linking
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2826 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index e47f36947..16c9d6c53 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -151,6 +151,8 @@ chan_zap.so: chan_zap.o
chan_sip.so: chan_sip.o
ifeq ($(USE_MYSQL_FRIENDS),1)
$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
+elifeq ($(USE_SIP_MYSQL_FRIENDS),1)
+ $(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
else
$(CC) $(SOLINK) -o $@ chan_sip.o
endif