diff options
author | Günther Deschner <gd@samba.org> | 2011-02-10 12:48:46 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-10 12:58:06 +0100 |
commit | 7a558ea27cc34f1d5588d7588e024dae4cf3ca1d (patch) | |
tree | 67211dde2d394eb7d39db28112666295ba4f2359 /auth/wscript_build | |
parent | 7de21e62946fdd74250be56bd33e9598237307c5 (diff) | |
download | samba-7a558ea27cc34f1d5588d7588e024dae4cf3ca1d.tar.gz |
s3-waf: fix the build after auth changes.
Andrews, please check.
Guenther
Diffstat (limited to 'auth/wscript_build')
-rw-r--r-- | auth/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/wscript_build b/auth/wscript_build index b124887aec9..75580fd2991 100644 --- a/auth/wscript_build +++ b/auth/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + bld.SAMBA_SUBSYSTEM('auth_sam_reply', source='auth_sam_reply.c', deps='talloc', |