summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroskwon <oskwon@dev3>2015-12-15 07:29:02 (GMT)
committeroskwon <oskwon@dev3>2015-12-15 07:29:02 (GMT)
commit7675a1ed0850f744fec89e6e42b666f88e6c7741 (patch)
tree8dd11531e527d3989b7e87b838b7b9c75d422aa6
parent80f68801c21a46892cd762578b5d22bfd8103772 (diff)
add sessionmap.cpp to makefile.am.transtreamproxy
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 75a67e5..080868e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,6 +10,7 @@ transtreamproxy_SOURCES = \
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