From 7a558ea27cc34f1d5588d7588e024dae4cf3ca1d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 10 Feb 2011 12:48:46 +0100 Subject: s3-waf: fix the build after auth changes. Andrews, please check. Guenther --- auth/wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auth/wscript_build') diff --git a/auth/wscript_build b/auth/wscript_build index b124887aec..75580fd299 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', -- cgit