[Asterisk-cvs] asterisk/pbx Makefile,1.11,1.12

markster at lists.digium.com markster at lists.digium.com
Sat Oct 9 17:03:39 CDT 2004


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

Modified Files:
	Makefile 
Log Message:
Don't build GTK console by default


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile	2 Oct 2004 01:56:08 -0000	1.11
+++ Makefile	9 Oct 2004 21:04:31 -0000	1.12
@@ -16,7 +16,7 @@
 PBX_LIBS=pbx_config.so pbx_spool.so     # pbx_gtkconsole.so pbx_kdeconsole.so
 
 # Add GTK console if appropriate
-PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
+#PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
 # Add KDE Console if appropriate
 #PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
 




More information about the svn-commits mailing list