From a314d5c264c0bfa42c66d80d5a56ee3979ed822f Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 9 May 2008 18:20:13 +0000 Subject: [PATCH] whoops git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8339 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_iax/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_iax/Makefile b/src/mod/endpoints/mod_iax/Makefile index 4d4ab0cab6..dbaa0e1e9f 100644 --- a/src/mod/endpoints/mod_iax/Makefile +++ b/src/mod/endpoints/mod_iax/Makefile @@ -1,5 +1,5 @@ BASE=../../../.. -LOCAL_CFLAGS=-I. -DNEWJB -DLIBIAX +LOCAL_CFLAGS=-I. -DNEWJB -DLIBIAX -DDEBUG_SUPPORT LOCAL_OBJS=iax2-parser.o iax.o md5.o jitterbuf.o iax-mutex.o include $(BASE)/build/modmake.rules