aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-21 21:24:40 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-21 21:24:40 +0000
commitcc7594028fc2a01550dec12a58285a5c203e8df0 (patch)
treea5fae8a8d1f3703e2c11258aba9cf20110221d25 /channels/Makefile
parentc6517784fd259d5caea87dd4c679de6cc6d66b10 (diff)
Fix mysql friends by type
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2517 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 1267e1ec2..4ebfada2d 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -14,6 +14,7 @@
OSARCH=$(shell uname -s)
USE_MYSQL_FRIENDS=0
+USE_SIP_MYSQL_FRIENDS=0
CHANNEL_LIBS=chan_modem.so chan_iax.so chan_sip.so \
chan_modem_aopen.so \
@@ -54,6 +55,9 @@ CFLAGS+=-fPIC
ifeq ($(USE_MYSQL_FRIENDS),1)
CFLAGS+=-DMYSQL_FRIENDS
endif
+ifeq ($(USE_SIP_MYSQL_FRIENDS),1)
+CFLAGS+=-DSIP_MYSQL_FRIENDS
+endif
CFLAGS+=#-DVOFRDUMPER