summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 15a201f4a3ba6b0476e44d1aa0da9856265d976b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
lib_LTLIBRARIES = liblrtp.la

liblrtp_la_LIBADD = $(SRTP_LIBS)

liblrtp_la_CXXFLAGS = $(SRTP_CXXFLAGS)

liblrtp_la_SOURCES = \
	lrtp.cc \
	rtp.cc \
	srtp.cc \
	rtp_profile_amrwb.cc \
	rtp_profile_opus.cc \
	rtp_profile_raw.cc \
	asc2bin.cc

include_HEADERS = \
	lrtp.h \
	lrtp_profiles.h

EXTRA_DIST = \
	rtp_profile_amrwb.h \
	rtp_profile_opus.h \
	rtp_profile_raw.h \
	rtp.h \
	srtp.h \
	asc2bin.h