mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||
|
@@ -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...
|
||||
|
Reference in New Issue
Block a user