Git Conversion: Switch Non-C files to ASTERISK_REGISTER_FILE.

This switches files used to generate other sources to use the new
ASTERISK_REGISTER_FILE macro.

ASTERISK-25026 #close
Reported by: Corey Farrell

Change-Id: Ieb2537b83421cad07c8955e5f90c405ccf079740
This commit is contained in:
Corey Farrell
2015-04-29 01:02:10 -04:00
parent 2415e94b07
commit 55a780d211
8 changed files with 7 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
ASTERISK_REGISTER_FILE()
#include "asterisk/logger.h"
#include "asterisk/module.h"

View File

@@ -26,7 +26,7 @@
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
ASTERISK_REGISTER_FILE()
#include "resource_{{c_name}}.h"

View File

@@ -44,7 +44,7 @@
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
ASTERISK_REGISTER_FILE()
#include "asterisk/app.h"
#include "asterisk/module.h"