diff options
| author | Günther Deschner <gd@samba.org> | 2010-09-24 23:50:23 -0700 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2010-09-24 23:57:23 -0700 |
| commit | 8afb252abae78715d3525c1e3d3a17dbdbbb252d (patch) | |
| tree | 4a8b9850c8ab193990b6942ff1de0dfbfc8a768f /source3/wscript_build | |
| parent | f3561e5cfc0779f7b60bbe99887d505c05502232 (diff) | |
s3-waf: fix debug2html.
Guenther
Diffstat (limited to 'source3/wscript_build')
| -rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |
