From: Aditya Agarwal Date: Wed, 7 Feb 2007 02:38:54 +0000 (+0000) Subject: -- Remove reference to TBufferedRouter.h/cpp in Makefile X-Git-Tag: 0.2.0~1486 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=af602f5e9f338c8ca73992ea968001151c9350db;p=common%2Fthrift.git -- Remove reference to TBufferedRouter.h/cpp in Makefile Reviewed By: slee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664986 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index 45d7bfa5..9cac7d59 100644 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am @@ -12,7 +12,6 @@ libthrift_sources = src/concurrency/Mutex.cpp \ src/concurrency/TimerManager.cpp \ src/protocol/TBinaryProtocol.cpp \ src/transport/TFileTransport.cpp \ - src/transport/TBufferedRouterTransport.cpp \ src/transport/TSocket.cpp \ src/transport/TServerSocket.cpp \ src/transport/TTransportUtils.cpp \ @@ -57,7 +56,6 @@ include_protocol_HEADERS = \ include_transportdir = $(include_thriftdir)/transport include_transport_HEADERS = \ src/transport/TFileTransport.h \ - src/transport/TBufferedRouterTransport.h \ src/transport/TServerSocket.h \ src/transport/TServerTransport.h \ src/transport/TSocket.h \