[Asterisk-cvs] asterisk/pbx pbx_config.c, 1.64, 1.65 pbx_spool.c, 1.22, 1.23

kpfleming at lists.digium.com kpfleming at lists.digium.com
Sun Jun 5 23:02:27 CDT 2005


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

Modified Files:
	pbx_config.c pbx_spool.c 
Log Message:
major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)


Index: pbx_config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_config.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- pbx_config.c	3 Jun 2005 02:27:08 -0000	1.64
+++ pbx_config.c	6 Jun 2005 03:04:58 -0000	1.65
@@ -26,7 +26,6 @@
 #include <errno.h>
 /* For where to put dynamic tables */
 #include "asterisk.h"
-#include "astconf.h"
 
 #ifdef __AST_DEBUG_MALLOC
 static void FREE(void *ptr)

Index: pbx_spool.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_spool.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- pbx_spool.c	21 Apr 2005 06:02:44 -0000	1.22
+++ pbx_spool.c	6 Jun 2005 03:04:58 -0000	1.23
@@ -31,7 +31,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <unistd.h>
-#include "astconf.h"
+#include "asterisk.h"
 
 /*
  * pbx_spool is similar in spirit to qcall, but with substantially enhanced functionality...




More information about the svn-commits mailing list