mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@1 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
11 lines
278 B
Makefile
11 lines
278 B
Makefile
|
|
|
|
ortp_includedir=$(includedir)/ortp
|
|
|
|
ortp_include_HEADERS=str_utils.h rtpsession.h rtp.h port.h \
|
|
ortp.h telephonyevents.h sessionset.h payloadtype.h rtpsignaltable.h \
|
|
rtcp.h \
|
|
event.h stun.h stun_udp.h srtp.h \
|
|
b64.h
|
|
|
|
EXTRA_DIST=$(ortp_include_HEADERS)
|