summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2006-02-10 21:50:56 +0000
committerMatthew Fredrickson <creslin@digium.com>2006-02-10 21:50:56 +0000
commitaf07dc888306930320cc5c77e5e9233a530eefca (patch)
tree843a4329f47fdc289431a20d6c4d7a860b8271ae /channels/Makefile
parentcadfcdfe8ebba81a707eb3aeb8dab5b0d9ba3fbb (diff)
Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9423 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index d772d398e..417046177 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -65,6 +65,13 @@ ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/linux/ixjuser.h)$(wildcard
CHANNEL_LIBS+=chan_phone.so
endif
+#
+# Asterisk SMDI integration
+#
+ifeq (${WITH_SMDI},1)
+CFLAGS+=-DWITH_SMDI
+endif
+
ifneq ($(wildcard h323/libchanh323.a),)
CHANNEL_LIBS+=chan_h323.so
endif