]> sjero.net Git - linphone/blob - linphone/oRTP/src/Makefile.am
251c6dff7c1da5d1e166dc2870973e4b5d5b59b4
[linphone] / linphone / oRTP / src / Makefile.am
1
2 EXTRA_DIST=ortp-config-win32.h dll_entry.c
3
4 AM_CFLAGS=  $(PTHREAD_CFLAGS)  -I$(top_srcdir) $(TRUESPEECH_CFLAGS) $(SRTP_CFLAGS)
5 AM_LDFLAGS= $(PTHREAD_LDFLAGS)
6
7 INCLUDES=-I$(top_srcdir)/include/
8
9 lib_LTLIBRARIES = libortp.la
10
11 libortp_la_SOURCES=     str_utils.c     \
12                         port.c \
13                         rtpparse.c  \
14                         rtpsession.c \
15                         rtpsession_inet.c \
16                         rtpsession_priv.h \
17                         jitterctl.c jitterctl.h \
18                         rtpsignaltable.c  \
19                         rtptimer.c      rtptimer.h \
20                         posixtimer.c \
21                         ortp.c \
22                         scheduler.c scheduler.h \
23                         avprofile.c  \
24                         sessionset.c  \
25                         telephonyevents.c  \
26                         payloadtype.c \
27                         rtcp.c  \
28                         utils.c utils.h \
29                         rtcpparse.c \
30                         event.c \
31                         stun.c stun_udp.c \
32                         srtp.c \
33                         b64.c
34
35
36 libortp_la_LIBADD= $(PTHREAD_LIBS) -lm $(SRTP_LIBS) $(SSL_LIBS)
37
38 libortp_la_LDFLAGS= -version-info $(LIBORTP_SO_VERSION) -no-undefined
39
40
41 SUBDIRS= . tests