mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +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:
6
cli.c
6
cli.c
@@ -32,11 +32,11 @@
|
||||
#include "editline/readline/readline.h"
|
||||
/* For module directory */
|
||||
#include "asterisk.h"
|
||||
#include "build.h"
|
||||
#include "astconf.h"
|
||||
#include "asterisk/version.h"
|
||||
#include "asterisk/build.h"
|
||||
|
||||
#define VERSION_INFO "Asterisk " ASTERISK_VERSION " built by " BUILD_USER "@" BUILD_HOSTNAME \
|
||||
" on a " BUILD_MACHINE " running " BUILD_OS
|
||||
" on a " BUILD_MACHINE " running " BUILD_OS " on " BUILD_DATE
|
||||
|
||||
extern unsigned long global_fin, global_fout;
|
||||
|
||||
|
Reference in New Issue
Block a user