1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/client/SConscript
Jelmer Vernooij 9d44a9a351 r10374: Add HAVE_* defines (on command-line or in config.h file) for scons +
some other minor updates
(This used to be commit f142c15de1)
2007-10-10 13:38:33 -05:00

3 lines
123 B
Python

Import('hostenv popt_common basic talloc param')
hostenv.Program('smbclient', ['client.c',popt_common,talloc,basic,param])