1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-06 08:23:50 +03:00
Files
samba-mirror/source/utils/SConscript
Jelmer Vernooij 4f0d7f75b9 r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
but final linking still fails (as does generating files asn1, et, idl and proto
files)
2007-10-10 13:38:30 -05:00

9 lines
320 B
Python

Import('hostenv')
hostenv.Program('ndrdump', ['utils/ndrdump.c'])
hostenv.Program('ntlm_auth',['utils/ntlm_auth.c'])
hostenv.Program('getntacl',['utils/getntacl.c'])
hostenv.Program('setntacl',['utils/setntacl.c'])
hostenv.Program('setnttoken',['utils/setnttoken.c'])
hostenv.Program('nmblookup',['utils/nmblookup.c'])