#
# $XORP: xorp/rib/tools/Jamfile,v 1.1 2007/01/11 22:30:51 bms Exp $
#

SubDir TOP rib tools ;

SubIncludeOnce TOP libcomm ;
SubIncludeOnce TOP libxorp ;
SubIncludeOnce TOP xrl interfaces ;
SubIncludeOnce TOP xrl targets ;
SubIncludeOnce TOP libxipc ;

SubDir TOP rib tools ;

Main show_routes : show_routes.cc ;
LinkLibraries show_routes :
	libfindereventnotifierxif
	libribxif
	libshowroutesbase
	libxipc
	libcomm
	libxorp
	;

InstallBin $(PREFIX)/rib/tools : show_routes ;
