From f9eae32f4b4284e3820f61f3d40c46a41be97227 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 09:48:49 +1100 Subject: s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them --- source4/auth/credentials/wscript_build | 2 ++ source4/auth/gensec/wscript_build | 2 ++ source4/auth/kerberos/wscript_build | 2 ++ source4/auth/ntlm/wscript_build | 2 ++ source4/auth/ntlmssp/wscript_build | 2 ++ source4/auth/wscript_build | 2 ++ source4/auth/wscript_configure | 2 ++ 7 files changed, 14 insertions(+) (limited to 'source4/auth') diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build index bdd9fa529c..a6a5f75dca 100644 --- a/source4/auth/credentials/wscript_build +++ b/source4/auth/credentials/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # AUTOGENERATED by mktowscript.pl from ../../source4/auth/credentials/config.mk # Please remove this notice if hand editing diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index fffc4045f7..19264d17c0 100644 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + bld.SAMBA_LIBRARY('gensec', source='gensec.c socket.c', pc_files='gensec.pc', diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build index 77f9799a8b..688211ed6e 100644 --- a/source4/auth/kerberos/wscript_build +++ b/source4/auth/kerberos/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # AUTOGENERATED by mktowscript.pl from ../../source4/auth/kerberos/config.mk # Please remove this notice if hand editing diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index 4fd12cbbb9..611d678635 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + bld.SAMBA_MODULE('auth_sam_module', source='auth_sam.c', subsystem='auth', diff --git a/source4/auth/ntlmssp/wscript_build b/source4/auth/ntlmssp/wscript_build index 3fbf254515..8ead66dcdc 100644 --- a/source4/auth/ntlmssp/wscript_build +++ b/source4/auth/ntlmssp/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # AUTOGENERATED by mktowscript.pl from ../../source4/auth/ntlmssp/config.mk # Please remove this notice if hand editing diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index c7dfa8943c..ce4dc7b21e 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # AUTOGENERATED by mktowscript.pl from ../../source4/auth/config.mk # Please remove this notice if hand editing diff --git a/source4/auth/wscript_configure b/source4/auth/wscript_configure index c0ca7676c3..1d26cde139 100644 --- a/source4/auth/wscript_configure +++ b/source4/auth/wscript_configure @@ -1,3 +1,5 @@ +#!/usr/bin/env python + conf.CHECK_HEADERS('security/pam_appl.h') conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True) -- cgit