summaryrefslogtreecommitdiff
path: root/source4/lib/SConscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-20 00:39:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:29 -0500
commit5b02ee9b9d7037b385cf4f1c3eca81b28ff19690 (patch)
treef82847834df59854814aeef94b883d2ea239473a /source4/lib/SConscript
parent6cd5ede5d5b6375cdcf6229ec612cbb3f81559f5 (diff)
downloadsamba-5b02ee9b9d7037b385cf4f1c3eca81b28ff19690.tar.gz
samba-5b02ee9b9d7037b385cf4f1c3eca81b28ff19690.tar.bz2
samba-5b02ee9b9d7037b385cf4f1c3eca81b28ff19690.zip
r10336: Add sconscript for a couple more subsystems.
(This used to be commit 59d4450453c25f5cce9b67b808ff0c4433c1d194)
Diffstat (limited to 'source4/lib/SConscript')
-rw-r--r--source4/lib/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/SConscript b/source4/lib/SConscript
index a4a1f92361..516537cac0 100644
--- a/source4/lib/SConscript
+++ b/source4/lib/SConscript
@@ -20,6 +20,6 @@ hostenv.StaticLibrary('gencache',['gencache.c'])
hostenv.StaticLibrary('pidfile',['pidfile.c'])
hostenv.StaticLibrary('unix_privs',['unix_privs.c'])
-SConscript(dirs=['tdb','popt','cmdline','talloc','registry','charset',
- 'ldb'],
+SConscript(dirs=['replace','tdb','popt','cmdline','talloc','registry','charset',
+ 'ldb','tls','samba3','socket','socket_wrapper','messaging'],
exports='hostenv')