summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-18 21:47:00 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-18 21:47:00 +1000
commit211bf1ea170966eb283e45339806ac45aec44d58 (patch)
tree1f08ffe0c2340cc5fadfcefcfcec3887cbe9c168 /source4/lib/registry
parentf8e3e5ce074ba08aefba3b4e7fe804c08687dbfa (diff)
downloadsamba-211bf1ea170966eb283e45339806ac45aec44d58.tar.gz
samba-211bf1ea170966eb283e45339806ac45aec44d58.tar.bz2
samba-211bf1ea170966eb283e45339806ac45aec44d58.zip
s4-waf: removed the unused installdir= option to SAMBA_BINARY()
This was left over from the automatic conversion of the config.mk files
Diffstat (limited to 'source4/lib/registry')
-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'
)