lib/compression: add shared wscript_build.
authorGünther Deschner <gd@samba.org>
Tue, 8 Feb 2011 13:00:02 +0000 (14:00 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 8 Feb 2011 13:05:36 +0000 (14:05 +0100)
Guenther

lib/compression/wscript_build [new file with mode: 0644]
librpc/wscript_build
source3/wscript_build
source4/lib/wscript_build

diff --git a/lib/compression/wscript_build b/lib/compression/wscript_build
new file mode 100644 (file)
index 0000000..7ad5333
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+bld.SAMBA_SUBSYSTEM('LZXPRESS',
+        deps='replace',
+       source='lzxpress.c'
+       )
index 34be18a790238a6ffc4c752989060b2fe2926008..d15e8b225d9c88b0b2c61bded2b54179a4be89b0 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 
 bld.RECURSE('idl')
+bld.RECURSE('../lib/compression')
 
 bld.SAMBA_SUBSYSTEM('NDR_AUDIOSRV',
        source='gen_ndr/ndr_audiosrv.c',
index 35e45d758c1a0d849adab36d7237de17c5f8fa4d..fde1d175a654faf042fee4ef745a7eaa625f8467 100644 (file)
@@ -1052,10 +1052,6 @@ bld.SAMBA_SUBSYSTEM('dcerpc', '')
 bld.SAMBA_SUBSYSTEM('ldb',
                     source='lib/ldb_compat.c')
 
-bld.SAMBA_SUBSYSTEM('LZXPRESS',
-                   deps='replace',
-                   source='../lib/compression/lzxpress.c')
-
 bld.SAMBA_SUBSYSTEM('NDR_SECURITY',
                     source='''../librpc/gen_ndr/ndr_security.c ../librpc/ndr/ndr_sec_helper.c''',
                     deps='ndr',
index 27b5582ad9d0664dc9a2397ab250fc87cd209c24..872259d6700a46c0b6497e3b0d5b0f700932da1e 100644 (file)
@@ -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,