Skip to content
Snippets Groups Projects
Commit ba8b18ca authored by Russell Bryant's avatar Russell Bryant
Browse files

app_rpt is experimental, not obsolete (issue #5047)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6433 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d1ec6c80
Branches
Tags
No related merge requests found
...@@ -46,12 +46,13 @@ endif ...@@ -46,12 +46,13 @@ endif
#APPS+=app_sql_postgres.so #APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so #APPS+=app_sql_odbc.so
#APPS+=app_rpt.so
# #
# Experimental things # Experimental things
# #
#APPS+=app_ivrdemo.so #APPS+=app_ivrdemo.so
#APPS+=app_skel.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/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) 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment