From 7675a1ed0850f744fec89e6e42b666f88e6c7741 Mon Sep 17 00:00:00 2001 From: oskwon Date: Tue, 15 Dec 2015 16:29:02 +0900 Subject: add sessionmap.cpp to makefile.am. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- cgit