summaryrefslogtreecommitdiff
path: root/source4/lib/registry/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/SConscript')
-rw-r--r--source4/lib/registry/SConscript8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/lib/registry/SConscript b/source4/lib/registry/SConscript
index a90557532b..aa2d587260 100644
--- a/source4/lib/registry/SConscript
+++ b/source4/lib/registry/SConscript
@@ -9,4 +9,12 @@ regshell = hostenv.Program('regshell', ['tools/regshell.c',registry,talloc,basic
regpatch = hostenv.Program('regpatch', ['tools/regpatch.c',registry,talloc,basic,popt_common,popt,param])
regdiff = hostenv.Program('regdiff', ['tools/regdiff.c',registry,talloc,basic,popt_common,popt,param])
+hostenv.StaticLibrary('reg_backend_dir.c')
+hostenv.StaticLibrary('reg_backend_gconf.c')
+hostenv.StaticLibrary('reg_backend_ldb.c')
+hostenv.StaticLibrary('reg_backend_nt4', ['reg_backend_nt4.c',hostenv.TdrMarshaller('regf.idl')])
+hostenv.StaticLibrary('reg_backend_rpc.c')
+hostenv.StaticLibrary('reg_backend_w95.c')
+hostenv.StaticLibrary('reg_backend_wine.c')
+
hostenv.Install(paths['BINDIR'], [regtree,regshell,regpatch,regdiff])