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 /lib/compression | |
parent | 947ba448a4d52bfbf03f6ed96e96d172a0c69dce (diff) | |
download | samba-56fe080d87952c6f1f1175444327769c67c55167.tar.gz |
lib/compression: add shared wscript_build.
Guenther
Diffstat (limited to 'lib/compression')
-rw-r--r-- | lib/compression/wscript_build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/compression/wscript_build b/lib/compression/wscript_build new file mode 100644 index 00000000000..7ad533340de --- /dev/null +++ b/lib/compression/wscript_build @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +bld.SAMBA_SUBSYSTEM('LZXPRESS', + deps='replace', + source='lzxpress.c' + ) |