summaryrefslogtreecommitdiff
path: root/source4/lib/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-28 21:06:26 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:14 +1000
commit3cc01226ec7228ebb890c22baa2f6618ef371055 (patch)
tree4c851910f6def5080b8a673803c4d45a9e16c9e9 /source4/lib/wscript_build
parent88b6b86c59c6ecd78fe677ee97e4baad2291285d (diff)
downloadsamba-3cc01226ec7228ebb890c22baa2f6618ef371055.tar.gz
samba-3cc01226ec7228ebb890c22baa2f6618ef371055.tar.bz2
samba-3cc01226ec7228ebb890c22baa2f6618ef371055.zip
s4-waf: more places missing libreplace
Diffstat (limited to 'source4/lib/wscript_build')
-rw-r--r--source4/lib/wscript_build5
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/lib/wscript_build b/source4/lib/wscript_build
index 789847905e..44267629d3 100644
--- a/source4/lib/wscript_build
+++ b/source4/lib/wscript_build
@@ -1,10 +1,7 @@
#!/usr/bin/env python
-# AUTOGENERATED by mktowscript.pl from ../../source4/lib/basic.mk
-# Please remove this notice if hand editing
-
-
bld.SAMBA_SUBSYSTEM('LZXPRESS',
+ deps='replace',
source='../../lib/compression/lzxpress.c'
)