[Asterisk-cvs] asterisk/apps Makefile,1.105,1.106
russell
russell
Mon Aug 29 12:13:18 CDT 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv11959/apps
Modified Files:
Makefile
Log Message:
app_rpt is experimental, not obsolete (issue #5047)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- Makefile 25 Aug 2005 03:15:18 -0000 1.105
+++ Makefile 29 Aug 2005 16:14:38 -0000 1.106
@@ -46,12 +46,13 @@
#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)
More information about the svn-commits
mailing list