-- Remove reference to TBufferedRouter.h/cpp in Makefile
authorAditya Agarwal <aditya@apache.org>
Wed, 7 Feb 2007 02:38:54 +0000 (02:38 +0000)
committerAditya Agarwal <aditya@apache.org>
Wed, 7 Feb 2007 02:38:54 +0000 (02:38 +0000)
Reviewed By: slee

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664986 13f79535-47bb-0310-9956-ffa450edef68

lib/cpp/Makefile.am

index 45d7bfa..9cac7d5 100644 (file)
@@ -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 \