mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
rename these files so as to avoid conflicts when users update their working copies and have unversioned files already in place
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@159571 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -94,11 +94,11 @@ gentone: gentone.c
|
||||
$(CMD_PREFIX) $(HOST_CC) $(STATIC_BUILD) -o $@ $(HOST_CFLAGS) $(HOST_LDFLAGS) $^ $(LIBS)
|
||||
gentone: LIBS+=-lm
|
||||
|
||||
busy.h:
|
||||
./gentone busy 480 620
|
||||
busy_tone.h:
|
||||
./gentone busy_tone 480 620
|
||||
|
||||
ringtone.h:
|
||||
./gentone ringtone 440 480
|
||||
ring_tone.h:
|
||||
./gentone ring_tone 440 480
|
||||
|
||||
$(if $(filter chan_iax2,$(EMBEDDED_MODS)),modules.link,chan_iax2.so): iax2-parser.o iax2-provision.o
|
||||
|
||||
|
@@ -63,8 +63,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/abstract_jb.h"
|
||||
#include "asterisk/musiconhold.h"
|
||||
|
||||
#include "busy.h"
|
||||
#include "ringtone.h"
|
||||
#include "busy_tone.h"
|
||||
#include "ring_tone.h"
|
||||
#include "ring10.h"
|
||||
#include "answer.h"
|
||||
|
||||
|
@@ -77,8 +77,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/musiconhold.h"
|
||||
|
||||
/* ringtones we use */
|
||||
#include "busy.h"
|
||||
#include "ringtone.h"
|
||||
#include "busy_tone.h"
|
||||
#include "ring_tone.h"
|
||||
#include "ring10.h"
|
||||
#include "answer.h"
|
||||
|
||||
|
Reference in New Issue
Block a user