[Asterisk-cvs] asterisk/cdr cdr_csv.c, 1.14, 1.15 cdr_custom.c, 1.9, 1.10 cdr_manager.c, 1.4, 1.5

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


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

Modified Files:
	cdr_csv.c cdr_custom.c cdr_manager.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: cdr_csv.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_csv.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cdr_csv.c	21 Apr 2005 06:02:43 -0000	1.14
+++ cdr_csv.c	6 Jun 2005 03:04:58 -0000	1.15
@@ -21,7 +21,6 @@
 #include "asterisk/logger.h"
 #include "asterisk/utils.h"
 #include "asterisk.h"
-#include "astconf.h"
 
 #define CSV_LOG_DIR "/cdr-csv"
 #define CSV_MASTER  "/Master.csv"

Index: cdr_custom.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_custom.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cdr_custom.c	21 Apr 2005 06:02:43 -0000	1.9
+++ cdr_custom.c	6 Jun 2005 03:04:58 -0000	1.10
@@ -23,7 +23,6 @@
 #include "asterisk/logger.h"
 #include "asterisk/utils.h"
 #include "asterisk.h"
-#include "astconf.h"
 
 #define CUSTOM_LOG_DIR "/cdr_custom"
 

Index: cdr_manager.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_manager.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cdr_manager.c	3 Jun 2005 01:42:31 -0000	1.4
+++ cdr_manager.c	6 Jun 2005 03:04:58 -0000	1.5
@@ -17,7 +17,6 @@
 #include "asterisk/manager.h"
 #include "asterisk/config.h"
 #include "asterisk.h"
-#include "astconf.h"
 #include <strings.h>
 #include <unistd.h>
 #include <time.h>




More information about the svn-commits mailing list