#
# $XORP: xorp/libcomm/Jamfile,v 1.1 2007/01/11 22:30:47 bms Exp $
#

SubDir TOP libcomm ;
if $(MAKE_CHECK) {
 SubIncludeOnce TOP libxorp ;
}
SubDir TOP libcomm ;

Library libcomm : comm_sock.c comm_user.c ;

if $(MAKE_CHECK) {
 Main test_comm : test_comm.c ;
 Main test_connect : test_connect.cc ;
 LinkLibraries test_comm test_connect : libcomm libxorp ;
}
