summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-07-07 09:34:01 +0000
committerMark Spencer <markster@digium.com>2004-07-07 09:34:01 +0000
commit155d84a979571f25a56ef63ac7c3f6f9e434d194 (patch)
treeb3195a93c8cd1ec5fd121778c8382aedf9168c33 /channels/Makefile
parenta7d2842beb990e304eaba88b401d1521464b25c5 (diff)
Add IAX provisioning support to Asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels/Makefile b/channels/Makefile
index c1ce59939..d908a3712 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -136,11 +136,11 @@ chan_oss.so: chan_oss.o
$(CC) $(SOLINK) -o $@ chan_oss.o -lossaudio
endif
-chan_iax2.so: chan_iax2.o iax2-parser.o
+chan_iax2.so: chan_iax2.o iax2-parser.o iax2-provision.o
ifeq ($(USE_MYSQL_FRIENDS),1)
- $(CC) $(SOLINK) -o $@ chan_iax2.o iax2-parser.o $(MYSQLLIB) -lz
+ $(CC) $(SOLINK) -o $@ chan_iax2.o iax2-parser.o iax2-provision.o $(MYSQLLIB) -lz
else
- $(CC) $(SOLINK) -o $@ chan_iax2.o iax2-parser.o
+ $(CC) $(SOLINK) -o $@ chan_iax2.o iax2-parser.o iax2-provision.o
endif
chan_iax.so: chan_iax.o