aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-29 16:14:38 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-29 16:14:38 +0000
commitf86b5580ea1b2bbd8938f1ce34311445481ab2a3 (patch)
tree5de4a20d52ed4ff8adf1f19ac4865c1c8f419050 /apps/Makefile
parentf183317737da7528c96a05ff3804988a555791da (diff)
app_rpt is experimental, not obsolete (issue #5047)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6433 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 4689baad1..7b05172a9 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -46,12 +46,13 @@ endif
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so
-#APPS+=app_rpt.so
#
# Experimental things
#
#APPS+=app_ivrdemo.so
#APPS+=app_skel.so
+#APPS+=app_rpt.so
+
APPS+=$(shell if [ -f $(CROSS_COMPILE_TARGET)/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 $(CROSS_COMPILE_TARGET)/usr/local/include/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi)