#!/usr/bin/env python

bld.SAMBA_SUBSYSTEM('auth_sam_reply',
	source='auth_sam_reply.c',
        deps='talloc',
	autoproto='auth_sam_reply.h'
	)