Removed Route from Makefiles

This commit is contained in:
aleks-f 2012-11-11 15:04:31 -06:00
parent 48c856d37d
commit 744ea4bc7d
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ objects = \
FTPClientSession FTPStreamFactory PartHandler PartSource NullPartHandler \
SocketReactor SocketNotifier SocketNotification AbstractHTTPRequestHandler \
MailRecipient MailMessage MailStream SMTPClientSession POP3ClientSession \
RawSocket RawSocketImpl Route ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \
RawSocket RawSocketImpl ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \
ICMPSocket ICMPSocketImpl ICMPv4PacketImpl \
RemoteSyslogChannel RemoteSyslogListener SMTPChannel \
WebSocket WebSocketImpl

View File

@ -24,7 +24,7 @@ objects = \
SocketReactorTest ReactorTestSuite \
MailTestSuite MailMessageTest MailStreamTest \
SMTPClientSessionTest POP3ClientSessionTest \
RawSocketTest RouteTest ICMPClientTest ICMPSocketTest ICMPClientTestSuite \
RawSocketTest ICMPClientTest ICMPSocketTest ICMPClientTestSuite \
WebSocketTest WebSocketTestSuite \
SyslogTest