aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-10 21:50:56 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-10 21:50:56 +0000
commit8ebf7821feb084b6a457341922946d497702cc2d (patch)
tree843a4329f47fdc289431a20d6c4d7a860b8271ae /res/Makefile
parente04e114ef1d44809af33eb916be88c1f137b03b8 (diff)
Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9423 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/Makefile b/res/Makefile
index 5b127713d..0ade18337 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -64,6 +64,13 @@ else
CFLAGS+=-DOPENSSL_NO_KRB5 -fPIC
endif
+#
+# Asterisk SMDI integration
+#
+ifeq (${WITH_SMDI},1)
+MODS+=res_smdi.so
+endif
+
all: depend $(MODS)
install: all