summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-24 23:50:23 -0700
committerGünther Deschner <gd@samba.org>2010-09-24 23:57:23 -0700
commit8afb252abae78715d3525c1e3d3a17dbdbbb252d (patch)
tree4a8b9850c8ab193990b6942ff1de0dfbfc8a768f /source3/wscript_build
parentf3561e5cfc0779f7b60bbe99887d505c05502232 (diff)
downloadsamba-8afb252abae78715d3525c1e3d3a17dbdbbb252d.tar.gz
samba-8afb252abae78715d3525c1e3d3a17dbdbbb252d.tar.bz2
samba-8afb252abae78715d3525c1e3d3a17dbdbbb252d.zip
s3-waf: fix debug2html.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
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())