s4-waf: more places missing libreplace
authorAndrew Tridgell <tridge@samba.org>
Sun, 28 Mar 2010 10:06:26 +0000 (21:06 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:14 +0000 (20:27 +1000)
lib/nss_wrapper/wscript_build
lib/zlib/wscript
nsswitch/wscript_build
source4/lib/wscript_build

index f026ec615d23545573935b547f517e8614d9ca60..c469379741df3d527afa36b35704f16e4672f95a 100644 (file)
@@ -6,6 +6,6 @@
 
 bld.SAMBA_SUBSYSTEM('NSS_WRAPPER',
                     source='nss_wrapper.c',
-                    deps='dl'
+                    deps='dl replace'
                     )
 
index 306a55b5a260693b92aadac299b3cc1cde4e0ae2..ab6e7fba4ba0ce33adf03507489bf8c7774ddcc1 100644 (file)
@@ -17,8 +17,7 @@ def build(bld):
         bld.TARGET_ALIAS('z', 'ZLIB')
     else:
         bld.SAMBA_LIBRARY('ZLIB',
+                          deps='replace',
                           source='''adler32.c compress.c crc32.c gzio.c
                                     uncompr.c deflate.c trees.c zutil.c
                                     inflate.c infback.c inftrees.c inffast.c''')
-
-
index dd40cc1857e38d274e566b0b61b94b0bf451dd59..769fa50cd6a344cd2d43ba2f3af761360ad16258 100644 (file)
@@ -1,11 +1,8 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../nsswitch/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('LIBWINBIND-CLIENT',
                     source='wb_common.c',
+                    deps='replace',
                     cflags='-DSOCKET_WRAPPER_DISABLE=1'
                     )
 
index 789847905ea6fce88120b5cdbb5b18f650979f4f..44267629d3fc59be99f6235a62a7e60c3e788b58 100644 (file)
@@ -1,10 +1,7 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/lib/basic.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('LZXPRESS',
+        deps='replace',
        source='../../lib/compression/lzxpress.c'
        )