Skip to content

Commit

Permalink
Removed Route from Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Nov 11, 2012
1 parent 48c856d commit 744ea4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Net/testsuite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ objects = \
SocketReactorTest ReactorTestSuite \
MailTestSuite MailMessageTest MailStreamTest \
SMTPClientSessionTest POP3ClientSessionTest \
RawSocketTest RouteTest ICMPClientTest ICMPSocketTest ICMPClientTestSuite \
RawSocketTest ICMPClientTest ICMPSocketTest ICMPClientTestSuite \
WebSocketTest WebSocketTestSuite \
SyslogTest

Expand Down

0 comments on commit 744ea4b

Please sign in to comment.