mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
54 lines
902 B
Makefile
54 lines
902 B
Makefile
linphone_includedir=$(includedir)/linphone
|
|
|
|
linphone_include_HEADERS=\
|
|
account_creator.h \
|
|
account_creator_service.h \
|
|
address.h \
|
|
auth_info.h \
|
|
buffer.h \
|
|
call.h \
|
|
callbacks.h \
|
|
call_log.h \
|
|
call_params.h \
|
|
call_stats.h \
|
|
chat.h \
|
|
conference.h \
|
|
contactprovider.h \
|
|
content.h \
|
|
core.h \
|
|
core_utils.h \
|
|
defs.h \
|
|
dictionary.h \
|
|
error_info.h \
|
|
event.h \
|
|
factory.h \
|
|
friend.h \
|
|
friendlist.h \
|
|
im_encryption_engine.h \
|
|
im_notif_policy.h \
|
|
info_message.h \
|
|
ldapprovider.h \
|
|
lpconfig.h \
|
|
misc.h \
|
|
nat_policy.h \
|
|
payload_type.h \
|
|
player.h \
|
|
presence.h \
|
|
proxy_config.h \
|
|
ringtoneplayer.h \
|
|
sipsetup.h \
|
|
tunnel.h \
|
|
types.h \
|
|
vcard.h \
|
|
video_definition.h \
|
|
wrapper_utils.h \
|
|
xmlrpc.h \
|
|
headers.h \
|
|
linphonecore.h \
|
|
linphonecore_utils.h \
|
|
linphonefriend.h \
|
|
linphonepresence.h \
|
|
linphone_proxy_config.h \
|
|
linphone_tunnel.h
|
|
|
|
EXTRA_DIST=$(linphone_include_HEADERS)
|