diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-28 09:48:49 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:11 +1000 |
commit | f9eae32f4b4284e3820f61f3d40c46a41be97227 (patch) | |
tree | 780876707937fd22d96b92c6930863dc59645351 /source4/auth | |
parent | c64ce3cd03695b5c0659c4c2818de2cd3953f910 (diff) | |
download | samba-f9eae32f4b4284e3820f61f3d40c46a41be97227.tar.gz samba-f9eae32f4b4284e3820f61f3d40c46a41be97227.tar.bz2 samba-f9eae32f4b4284e3820f61f3d40c46a41be97227.zip |
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/credentials/wscript_build | 2 | ||||
-rw-r--r-- | source4/auth/gensec/wscript_build | 2 | ||||
-rw-r--r-- | source4/auth/kerberos/wscript_build | 2 | ||||
-rw-r--r-- | source4/auth/ntlm/wscript_build | 2 | ||||
-rw-r--r-- | source4/auth/ntlmssp/wscript_build | 2 | ||||
-rw-r--r-- | source4/auth/wscript_build | 2 | ||||
-rw-r--r-- | source4/auth/wscript_configure | 2 |
7 files changed, 14 insertions, 0 deletions
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) |