aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-11 21:26:00 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-11 21:26:00 +0000
commit58c0d6affca50e37b2d367ce4b4da5471a30acfa (patch)
tree9cb97bf42c3fd1ec276823bbf0cb50df5303d39b /channels/Makefile
parenta776f2c919875dfcc7e4b57f74a4fe10dc306b61 (diff)
enable compiling of chan_h323.so
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3978 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 7b0d7b970..c91be45c8 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -57,7 +57,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")