summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 080868e7073ca7cfb240c1d2857456fb1ae62951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

bin_PROGRAMS = transtreamproxy
transtreamproxy_SOURCES = \
	main.cpp \
	Demuxer.cpp \
	Encoder.cpp \
	Http.cpp \
	Logger.cpp \
	Mpeg.cpp \
	UriDecoder.cpp \
	Util.cpp \
    SessionMap.cpp \
	3rdparty/trap.cpp

transtreamproxy_CXXFLAGS = $(LIBSDL_CFLAGS) -Wno-unused-result -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
transtreamproxy_LDADD = $(LIBLTDL) -lpthread -lrt