summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-16 22:37:31 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-16 22:37:31 +0000
commit61e446f04b2bdcc41f6420e3cf9ed466ed80c3ed (patch)
tree42e44ab95928950f65a80b2dd298dc79f9b82a8e /channels/Makefile
parent7640e83360c2dfc792091caeaea05cc9fce0635c (diff)
dom mar 16 23:37:23 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 9bf327b6b..a83093ac6 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -73,6 +73,9 @@ ringtone.h: gentone
chan_oss.o: chan_oss.c busy.h ringtone.h
+chan_iax2.so: chan_iax2.o iax2-parser.o
+ $(CC) -shared -Xlinker -x -o $@ chan_iax2.o iax2-parser.o
+
chan_zap.o: $(CHANZAP)
$(CC) -c $(CFLAGS) -o chan_zap.o $(CHANZAP)