#!/usr/bin/env python


bld.SAMBA_MODULE('TORTURE_LIBSMBCLIENT',
	source='libsmbclient.c',
	autoproto='proto.h',
	subsystem='smbtorture',
	init_function='torture_libsmbclient_init',
	deps='POPT_CREDENTIALS smbclient',
	internal_module=True
	)