diff --git a/apps/Makefile b/apps/Makefile index 4689baad14..7b05172a95 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)