summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-21 00:38:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:33 -0500
commit9d44a9a351e6c830ca18a0129bb11b3f99d53c4b (patch)
tree18d1d546248624f341ff2ba68a15bd1d2f7f8bce /source4/client
parentb5521a818fb6b54e5e719fc28e51f402a94f3529 (diff)
downloadsamba-9d44a9a351e6c830ca18a0129bb11b3f99d53c4b.tar.gz
samba-9d44a9a351e6c830ca18a0129bb11b3f99d53c4b.tar.bz2
samba-9d44a9a351e6c830ca18a0129bb11b3f99d53c4b.zip
r10374: Add HAVE_* defines (on command-line or in config.h file) for scons +
some other minor updates (This used to be commit f142c15de1afb2f13a5e23ceb40ce70f0115c8bf)
Diffstat (limited to 'source4/client')
-rw-r--r--source4/client/SConscript4
1 files changed, 2 insertions, 2 deletions
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])