diff options
-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()) |