summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 554efa71f..b3fb93071 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -59,7 +59,12 @@ CFLAGS+=-fPIC
APPS+=app_sms.so
endif
+# Asterisk SMDI integration
#
+ifeq (${WITH_SMDI},1)
+CFLAGS+=-DWITH_SMDI
+endif
+
# If you have UnixODBC you can use ODBC voicemail
# storage
#