aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-17 14:57:36 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-17 14:57:36 +0000
commit14d63f46f5054faca62b3d6b9d78b8292e189799 (patch)
tree682c7a69ad35d64af8741bb89ad53fd02501953e /apps/Makefile
parent342fecfe29fc8fa96f8f184a87818c3ad379d482 (diff)
Add placeholder IVR application support (static version)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5040 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index d66ff3149..a8a4e3b62 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -45,6 +45,10 @@ endif
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so
#APPS+=app_rpt.so
+#
+# Experimental things
+#
+#APPS+=app_ivrdemo.so
APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi)
APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi)