diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/wscript_build | 5 |
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' ) |