summaryrefslogtreecommitdiff
path: root/lib/compression
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-08 14:00:02 +0100
committerGünther Deschner <gd@samba.org>2011-02-08 14:05:36 +0100
commit56fe080d87952c6f1f1175444327769c67c55167 (patch)
treeedd888720083a838581ec6883b452dd518c56f2f /lib/compression
parent947ba448a4d52bfbf03f6ed96e96d172a0c69dce (diff)
downloadsamba-56fe080d87952c6f1f1175444327769c67c55167.tar.gz
samba-56fe080d87952c6f1f1175444327769c67c55167.tar.bz2
samba-56fe080d87952c6f1f1175444327769c67c55167.zip
lib/compression: add shared wscript_build.
Guenther
Diffstat (limited to 'lib/compression')
-rw-r--r--lib/compression/wscript_build6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/compression/wscript_build b/lib/compression/wscript_build
new file mode 100644
index 0000000000..7ad533340d
--- /dev/null
+++ b/lib/compression/wscript_build
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+bld.SAMBA_SUBSYSTEM('LZXPRESS',
+ deps='replace',
+ source='lzxpress.c'
+ )