mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
ringtoneplayer.h needs to be public.
This commit is contained in:
parent
cda07c5f5c
commit
07f8f0ac8e
8 changed files with 6 additions and 5 deletions
|
|
@ -43,7 +43,6 @@ set(LINPHONE_PRIVATE_HEADER_FILES
|
|||
offeranswer.h
|
||||
private.h
|
||||
quality_reporting.h
|
||||
ringtoneplayer.h
|
||||
sqlite3_bctbx_vfs.h
|
||||
vcard_private.h
|
||||
xml2lpc.h
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ liblinphone_la_SOURCES=\
|
|||
xmlrpc.c \
|
||||
vtables.c \
|
||||
carddav.c \
|
||||
ringtoneplayer.c ringtoneplayer.h\
|
||||
ringtoneplayer.c \
|
||||
sqlite3_bctbx_vfs.c sqlite3_bctbx_vfs.h\
|
||||
$(GITVERSION_FILE)
|
||||
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ LINPHONE_TUTOS+=$(realtimetext_receiver_SOURCES)
|
|||
realtimetext_receiver_LDADD=$(helloworld_LDADD)
|
||||
|
||||
AM_CFLAGS=\
|
||||
-I$(top_srcdir)/coreapi \
|
||||
-I$(top_srcdir)/include \
|
||||
$(STRICT_OPTIONS) \
|
||||
$(STRICT_OPTIONS_CC) \
|
||||
$(ORTP_CFLAGS) \
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include "sal/sal.h"
|
||||
#include "linphone/sipsetup.h"
|
||||
#include "quality_reporting.h"
|
||||
#include "ringtoneplayer.h"
|
||||
#include "linphone/ringtoneplayer.h"
|
||||
#include "vcard_private.h"
|
||||
#include "carddav.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ set(HEADER_FILES
|
|||
nat_policy.h
|
||||
presence.h
|
||||
proxy_config.h
|
||||
ringtoneplayer.h
|
||||
sipsetup.h
|
||||
tunnel.h
|
||||
vcard.h
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ linphone_include_HEADERS=\
|
|||
nat_policy.h \
|
||||
presence.h \
|
||||
proxy_config.h \
|
||||
ringtoneplayer.h \
|
||||
sipsetup.h \
|
||||
tunnel.h \
|
||||
vcard.h \
|
||||
|
|
|
|||
|
|
@ -4599,7 +4599,7 @@ LINPHONE_PUBLIC const char *linphone_core_get_tls_cert_path(const LinphoneCore *
|
|||
*/
|
||||
LINPHONE_PUBLIC const char *linphone_core_get_tls_key_path(const LinphoneCore *lc);
|
||||
|
||||
#include "ringtoneplayer.h"
|
||||
#include "linphone/ringtoneplayer.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue