aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-07 09:34:01 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-07 09:34:01 +0000
commit41300db58d9523d50ce0dc32f98ab06ed058e1ec (patch)
treeb3195a93c8cd1ec5fd121778c8382aedf9168c33 /channels/Makefile
parenteb373308d35393ad55202c0944babcc188672dac (diff)
Add IAX provisioning support to Asterisk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3382 f38db490-d61c-443f-a65b-d21fe96a405b
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