From 9d44a9a351e6c830ca18a0129bb11b3f99d53c4b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Sep 2005 00:38:23 +0000 Subject: r10374: Add HAVE_* defines (on command-line or in config.h file) for scons + some other minor updates (This used to be commit f142c15de1afb2f13a5e23ceb40ce70f0115c8bf) --- source4/client/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/client') diff --git a/source4/client/SConscript b/source4/client/SConscript index 40b81e23c8..4ba6deedc5 100644 --- a/source4/client/SConscript +++ b/source4/client/SConscript @@ -1,2 +1,2 @@ -Import('hostenv') -hostenv.Program('smbclient', ['client.c']) +Import('hostenv popt_common basic talloc param') +hostenv.Program('smbclient', ['client.c',popt_common,talloc,basic,param]) -- cgit