summaryrefslogtreecommitdiff
path: root/source4/lib/registry/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/wscript_build')
-rw-r--r--source4/lib/registry/wscript_build4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build
index 66f2aa86d5..1b34f7963f 100644
--- a/source4/lib/registry/wscript_build
+++ b/source4/lib/registry/wscript_build
@@ -29,7 +29,6 @@ bld.SAMBA_SUBSYSTEM('registry_common',
bld.SAMBA_BINARY('regdiff',
source='tools/regdiff.c',
manpages='man/regdiff.1',
- installdir='BINDIR',
deps='LIBSAMBA-HOSTCONFIG registry popt POPT_SAMBA POPT_CREDENTIALS'
)
@@ -37,7 +36,6 @@ bld.SAMBA_BINARY('regdiff',
bld.SAMBA_BINARY('regpatch',
source='tools/regpatch.c',
manpages='man/regpatch.1',
- installdir='BINDIR',
deps='LIBSAMBA-HOSTCONFIG registry popt POPT_SAMBA POPT_CREDENTIALS registry_common'
)
@@ -45,7 +43,6 @@ bld.SAMBA_BINARY('regpatch',
bld.SAMBA_BINARY('regshell',
source='tools/regshell.c',
manpages='man/regshell.1',
- installdir='BINDIR',
deps='LIBSAMBA-HOSTCONFIG popt registry POPT_SAMBA POPT_CREDENTIALS SMBREADLINE registry_common'
)
@@ -53,7 +50,6 @@ bld.SAMBA_BINARY('regshell',
bld.SAMBA_BINARY('regtree',
source='tools/regtree.c',
manpages='man/regtree.1',
- installdir='BINDIR',
deps='LIBSAMBA-HOSTCONFIG popt registry POPT_SAMBA POPT_CREDENTIALS registry_common'
)