aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-12 17:12:12 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-12 17:12:12 +0000
commit2fe44fb4ce6e894b820d3d29063d5ce26e4ce914 (patch)
tree9e9fa8da0aaafcc837f96e43a6dcdc6b6d82c09d /Makefile
parentdc631e5cdc87969a3a5f396e96bcfc25c214c8b3 (diff)
Changes to add udptl to asterisk (preliminary merging of the t.38 patch)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8014 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16766d075..688f8c21b 100644
--- a/Makefile
+++ b/Makefile
@@ -346,7 +346,7 @@ SUBDIRS=res channels pbx apps codecs formats agi cdr funcs utils stdtime
OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o \
translate.o file.o say.o pbx.o cli.o md5.o term.o \
ulaw.o alaw.o callerid.o fskmodem.o image.o app.o \
- cdr.o tdd.o acl.o rtp.o manager.o asterisk.o \
+ cdr.o tdd.o acl.o rtp.o udptl.o manager.o asterisk.o \
dsp.o chanvars.o indications.o autoservice.o db.o privacy.o \
astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o \
utils.o plc.o jitterbuf.o dnsmgr.o devicestate.o \
@@ -417,6 +417,8 @@ LIBS+=-lssl
INSTALL=install
+CFLAGS+=-DT38_SUPPORT
+
_all: all
@echo " +--------- Asterisk Build Complete ---------+"
@echo " + Asterisk has successfully been built, but +"