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:
Kevin P. Fleming
2005-06-06 03:04:58 +00:00
parent 236c05fc59
commit 4f299de252
36 changed files with 78 additions and 132 deletions

1
db.c
View File

@@ -37,7 +37,6 @@
#include "asterisk/manager.h"
#include "db1-ast/include/db.h"
#include "asterisk.h"
#include "astconf.h"
static DB *astdb;
AST_MUTEX_DEFINE_STATIC(dblock);