#
# $XORP: xorp/fea/data_plane/control_socket/Jamfile,v 1.2 2007/06/04 23:17:33 pavlin Exp $
#

SubDir TOP fea data_plane control_socket ;
SubIncludeOnce TOP libxorp ;
SubIncludeOnce TOP libcomm ;
SubIncludeOnce TOP xrl interfaces ;
SubIncludeOnce TOP xrl targets ;
SubIncludeOnce TOP libxipc ;
SubIncludeOnce TOP libproto ;
#SubIncludeOnce TOP fea ;
SubDir TOP fea data_plane control_socket ;

Library libxorp_control_socket : 
	click_socket.cc
	netlink_socket.cc
	netlink_socket_utilities.cc
	routing_socket.cc
	routing_socket_utilities.cc
	windows_rras_support.cc
	windows_rtm_pipe.cc
	;
