diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-28 17:05:30 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:13 +1000 |
commit | b9aa63887c005971b1b812893d6c1bbc50ea21b2 (patch) | |
tree | a5e73d210538ec5b12019170cff367dc144d3d16 /source4/lib/registry/wscript_build | |
parent | bfbf43cc36ab360b34b49d7e07c2f594e2b7e7c9 (diff) | |
download | samba-b9aa63887c005971b1b812893d6c1bbc50ea21b2.tar.gz samba-b9aa63887c005971b1b812893d6c1bbc50ea21b2.tar.bz2 samba-b9aa63887c005971b1b812893d6c1bbc50ea21b2.zip |
s4-waf: cleanup use of LIBPOPT vs popt dependency
Diffstat (limited to 'source4/lib/registry/wscript_build')
-rw-r--r-- | source4/lib/registry/wscript_build | 8 |
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' ) |