From b9aa63887c005971b1b812893d6c1bbc50ea21b2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 17:05:30 +1100 Subject: s4-waf: cleanup use of LIBPOPT vs popt dependency --- source4/librpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/wscript_build') 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' ) -- cgit