summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorC. Davis <cd.rattan@gmail.com>2012-07-18 02:31:41 -0700
committerMichael Adam <obnox@samba.org>2013-04-29 13:05:51 +0200
commite75057a906b6a7e275622ee1a97675d70ab61912 (patch)
tree424e08599f2e021d8d22cdde0365cfaf01d6f7e4 /source3/wscript_build
parentf751b36979aecca2189b1258fb8b454039c88cc6 (diff)
downloadsamba-e75057a906b6a7e275622ee1a97675d70ab61912.tar.gz
samba-e75057a906b6a7e275622ee1a97675d70ab61912.tar.bz2
samba-e75057a906b6a7e275622ee1a97675d70ab61912.zip
regedit: List values for the selected key.
Next step is to format a preview for the data and show that next to the data type. Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 13001a7dfc..82e3389bba 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1642,7 +1642,7 @@ bld.SAMBA3_PYTHON('pylibsmb',
)
bld.SAMBA3_BINARY('regedit',
- source='utils/regedit.c utils/regedit_samba3.c utils/regedit_wrap.c utils/regedit_treeview.c',
+ source='utils/regedit.c utils/regedit_samba3.c utils/regedit_wrap.c utils/regedit_treeview.c utils/regedit_valuelist.c',
deps='ncurses menu registry param popt_samba3 smbregistry',
enabled=bld.env.build_regedit,
vars=locals())