mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
add event.h to delivery list
This commit is contained in:
parent
500d97e548
commit
5d3526a778
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ CLEANFILES=$(GITVERSION_FILE)
|
|||
## Process this file with automake to produce Makefile.in
|
||||
linphone_includedir=$(includedir)/linphone
|
||||
|
||||
linphone_include_HEADERS=linphonecore.h linphonefriend.h linphonecore_utils.h lpconfig.h sipsetup.h
|
||||
linphone_include_HEADERS=linphonecore.h linphonefriend.h linphonecore_utils.h lpconfig.h sipsetup.h event.h
|
||||
|
||||
if BUILD_TUNNEL
|
||||
linphone_include_HEADERS+=linphone_tunnel.h
|
||||
|
|
@ -46,7 +46,7 @@ liblinphone_la_SOURCES=\
|
|||
conference.c \
|
||||
message_storage.c \
|
||||
info.c \
|
||||
event.c \
|
||||
event.c event.h \
|
||||
$(GITVERSION_FILE)
|
||||
|
||||
if BUILD_UPNP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue