From 56fe080d87952c6f1f1175444327769c67c55167 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Feb 2011 14:00:02 +0100 Subject: lib/compression: add shared wscript_build. Guenther --- lib/compression/wscript_build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/compression/wscript_build (limited to 'lib/compression') 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' + ) -- cgit