#!/usr/bin/env python

bld.SAMBA_SUBSYSTEM('LIBCLI_RAP',
	source='rap.c',
	public_deps='cli_raw NDR_RAP',
	autoproto='proto.h'
	)
