#
# $XORP$
#

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 ;
