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/librpc | |
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/librpc')
-rw-r--r-- | source4/librpc/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 5328d1da2c..538d9636c3 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -18,7 +18,7 @@ bld.SAMBA_BINARY('ndrdump', source='../../librpc/tools/ndrdump.c', manpages='../../librpc/tools/ndrdump.1', installdir='BINDIR', - deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBPOPT POPT_SAMBA NDR_TABLE LIBSAMBA-ERRORS' + deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL popt POPT_SAMBA NDR_TABLE LIBSAMBA-ERRORS' ) |