mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 11:19:30 +00:00
complex_sip_call: rename to complex_sip_call_tester for consistency
This commit is contained in:
parent
88248cc90c
commit
ffd0295680
3 changed files with 4 additions and 4 deletions
|
|
@ -24,6 +24,7 @@ set(SOURCE_FILES
|
|||
common/bc_tester_utils.c
|
||||
accountmanager.c
|
||||
call_tester.c
|
||||
complex_sip_call_tester.c
|
||||
dtmf_tester.c
|
||||
eventapi_tester.c
|
||||
flexisip_tester.c
|
||||
|
|
@ -45,14 +46,13 @@ set(SOURCE_FILES
|
|||
tunnel_tester.c
|
||||
upnp_tester.c
|
||||
video_tester.c
|
||||
complex_sip_call.c
|
||||
)
|
||||
|
||||
find_program(SIPP_PROGRAM NAMES sipp sipp.exe)
|
||||
if(SIPP_PROGRAM)
|
||||
add_definitions(-DHAVE_SIPP=1)
|
||||
else()
|
||||
message(WARNING "Could not find sipp!")
|
||||
message(WARNING "Could not find sipp!")
|
||||
endif()
|
||||
|
||||
add_definitions(-DBC_CONFIG_FILE="config.h")
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ lib_LTLIBRARIES = liblinphonetester.la
|
|||
liblinphonetester_la_SOURCES = \
|
||||
accountmanager.c \
|
||||
call_tester.c \
|
||||
complex_sip_call_tester.c \
|
||||
dtmf_tester.c \
|
||||
eventapi_tester.c \
|
||||
flexisip_tester.c \
|
||||
|
|
@ -33,8 +34,7 @@ liblinphonetester_la_SOURCES = \
|
|||
tester.c \
|
||||
upnp_tester.c \
|
||||
video_tester.c \
|
||||
common/bc_tester_utils.c \
|
||||
complex_sip_call.c
|
||||
common/bc_tester_utils.c
|
||||
|
||||
liblinphonetester_ladir = $(includedir)/linphone
|
||||
liblinphonetester_la_HEADERS = common/bc_tester_utils.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue