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_build8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build
index 16276674f6..66f2aa86d5 100644
--- a/source4/lib/registry/wscript_build
+++ b/source4/lib/registry/wscript_build
@@ -30,7 +30,7 @@ bld.SAMBA_BINARY('regdiff',
source='tools/regdiff.c',
manpages='man/regdiff.1',
installdir='BINDIR',
- deps='LIBSAMBA-HOSTCONFIG registry LIBPOPT POPT_SAMBA POPT_CREDENTIALS'
+ deps='LIBSAMBA-HOSTCONFIG registry popt POPT_SAMBA POPT_CREDENTIALS'
)
@@ -38,7 +38,7 @@ bld.SAMBA_BINARY('regpatch',
source='tools/regpatch.c',
manpages='man/regpatch.1',
installdir='BINDIR',
- deps='LIBSAMBA-HOSTCONFIG registry LIBPOPT POPT_SAMBA POPT_CREDENTIALS registry_common'
+ deps='LIBSAMBA-HOSTCONFIG registry popt POPT_SAMBA POPT_CREDENTIALS registry_common'
)
@@ -46,7 +46,7 @@ bld.SAMBA_BINARY('regshell',
source='tools/regshell.c',
manpages='man/regshell.1',
installdir='BINDIR',
- deps='LIBSAMBA-HOSTCONFIG LIBPOPT registry POPT_SAMBA POPT_CREDENTIALS SMBREADLINE registry_common'
+ deps='LIBSAMBA-HOSTCONFIG popt registry POPT_SAMBA POPT_CREDENTIALS SMBREADLINE registry_common'
)
@@ -54,7 +54,7 @@ bld.SAMBA_BINARY('regtree',
source='tools/regtree.c',
manpages='man/regtree.1',
installdir='BINDIR',
- deps='LIBSAMBA-HOSTCONFIG LIBPOPT registry POPT_SAMBA POPT_CREDENTIALS registry_common'
+ deps='LIBSAMBA-HOSTCONFIG popt registry POPT_SAMBA POPT_CREDENTIALS registry_common'
)