From 8afb252abae78715d3525c1e3d3a17dbdbbb252d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 24 Sep 2010 23:50:23 -0700 Subject: s3-waf: fix debug2html. Guenther --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index 1e9ae49128..ce4fb5833d 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1626,7 +1626,7 @@ bld.SAMBA_BINARY('locktest2', vars=locals()) bld.SAMBA_BINARY('debug2html', - source=LOG2PCAP_SRC, + source=DEBUG2HTML_SRC, deps='''talloc popt''', vars=locals()) -- cgit