[Asterisk-cvs] asterisk/apps Makefile,1.111,1.112

kpfleming kpfleming
Sun Sep 25 16:53:41 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv14705/apps

Modified Files:
	Makefile 
Log Message:
support new version of OSP toolkit (issue #5168)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- Makefile	15 Sep 2005 20:28:23 -0000	1.111
+++ Makefile	25 Sep 2005 20:50:40 -0000	1.112
@@ -47,7 +47,7 @@
   APPS+=app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so
 endif
 
-ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/osp/osp.h),)
+ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/osp/osp.h $(CROSS_COMPILE_TARGET)/usr/include/osp/osp.h),)
 APPS+=app_osplookup.so
 endif
 




More information about the svn-commits mailing list