mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix Makefile.am
This commit is contained in:
parent
b6e67b14cd
commit
cd369a1ad6
3 changed files with 3 additions and 2 deletions
|
|
@ -35,6 +35,7 @@ static void error_info_clone(LinphoneErrorInfo *ei, const LinphoneErrorInfo *oth
|
|||
ei->phrase = bctbx_strdup(other->phrase);
|
||||
ei->warnings = bctbx_strdup(other->warnings);
|
||||
ei->full_string = bctbx_strdup(other->full_string);
|
||||
ei->protocol_code = other->protocol_code;
|
||||
}
|
||||
|
||||
BELLE_SIP_INSTANCIATE_VPTR(LinphoneErrorInfo, belle_sip_object_t,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 81dd23b3125568af5aa4a2973105a1c98a153986
|
||||
Subproject commit 1e4c039d348a28cb9fffbcf7beb966976d1add19
|
||||
|
|
@ -77,7 +77,7 @@ RCFILES = \
|
|||
rcfiles/remote_zero_length_params_rc\
|
||||
rcfiles/stun_rc\
|
||||
rcfiles/upnp_rc\
|
||||
rcfiles/zero_length_params_rc\
|
||||
rcfiles/zero_length_params_rc
|
||||
|
||||
|
||||
IMAGE_FILES = images/linphone.svg images/nowebcamCIF.jpg images/nowebcamVGA.jpg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue