diff options
author | Günther Deschner <gd@samba.org> | 2011-02-08 14:00:02 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-08 14:05:36 +0100 |
commit | 56fe080d87952c6f1f1175444327769c67c55167 (patch) | |
tree | edd888720083a838581ec6883b452dd518c56f2f /source4/lib/wscript_build | |
parent | 947ba448a4d52bfbf03f6ed96e96d172a0c69dce (diff) | |
download | samba-56fe080d87952c6f1f1175444327769c67c55167.tar.gz samba-56fe080d87952c6f1f1175444327769c67c55167.tar.bz2 samba-56fe080d87952c6f1f1175444327769c67c55167.zip |
lib/compression: add shared wscript_build.
Guenther
Diffstat (limited to 'source4/lib/wscript_build')
-rw-r--r-- | source4/lib/wscript_build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/lib/wscript_build b/source4/lib/wscript_build index 27b5582ad9..872259d670 100644 --- a/source4/lib/wscript_build +++ b/source4/lib/wscript_build @@ -1,11 +1,5 @@ #!/usr/bin/env python -bld.SAMBA_SUBSYSTEM('LZXPRESS', - deps='replace', - source='../../lib/compression/lzxpress.c' - ) - - bld.SAMBA_SUBSYSTEM('GENCACHE', source='../../source3/lib/gencache.c', enabled=False, |