aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-30 19:31:39 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-30 19:31:39 +0000
commit93da1760096bb6939cddf555467a628e4d7fed52 (patch)
treee64f5bcf164e8a0b3db6601040d4726a5fade320
parentfc4f22736d33f75761e1a45c7af431c9d57f13c0 (diff)
make chan_h323 not compile, until i can fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3860 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xchannels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index f73ce058c..5cd1b2a3f 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -73,7 +73,7 @@ endif
CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/ixjuser.h ] && echo chan_phone.so)
CHANNEL_LIBS+=$(shell [ -f /usr/local/include/ixjuser.h ] && echo chan_phone.so)
-CHANNEL_LIBS+=$(shell [ -f h323/libchanh323.a ] && echo chan_h323.so)
+#CHANNEL_LIBS+=$(shell [ -f h323/libchanh323.a ] && echo chan_h323.so)
CFLAGS+=-Wno-missing-prototypes -Wno-missing-declarations
CFLAGS+=$(shell [ ! -f /usr/include/linux/if_wanpipe.h ] && echo " -DOLD_SANGOMA_API")