summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-25 03:10:14 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:14 +1000
commit1aca0f79b68943791933eb96b4db97447a3c1be9 (patch)
tree8922d82943f77fe9b2ffae3d436c9f9871de35aa /source4/heimdal_build
parent06e10a290474473e00c0e39a8dbb85d36005c2ff (diff)
downloadsamba-1aca0f79b68943791933eb96b4db97447a3c1be9.tar.gz
samba-1aca0f79b68943791933eb96b4db97447a3c1be9.tar.bz2
samba-1aca0f79b68943791933eb96b4db97447a3c1be9.zip
s4-waf: added libreplace dep for the conditional heimdal modules
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/wscript_build4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
index 785cb75a91..e3aeae9f2c 100644
--- a/source4/heimdal_build/wscript_build
+++ b/source4/heimdal_build/wscript_build
@@ -351,6 +351,7 @@ bld.SAMBA_SUBSYSTEM('HEIMDAL_WIND',
bld.SAMBA_SUBSYSTEM('HEIMDAL_ROKEN_PROGNAME',
'../heimdal/lib/roken/getprogname.c ../heimdal/lib/roken/setprogname.c',
includes='../heimdal/lib/roken',
+ deps='replace',
enabled=not bld.CONFIG_SET('HAVE_GETPROGNAME')
)
@@ -358,6 +359,7 @@ bld.SAMBA_SUBSYSTEM('HEIMDAL_ROKEN_PROGNAME',
bld.SAMBA_SUBSYSTEM('HEIMDAL_ROKEN_CLOSEFROM',
'../heimdal/lib/roken/closefrom.c',
includes='../heimdal/lib/roken',
+ deps='replace',
enabled=not bld.CONFIG_SET('HAVE_CLOSEFROM')
)
@@ -366,6 +368,7 @@ bld.SAMBA_SUBSYSTEM('HEIMDAL_ROKEN_PROGNAME_H',
'../heimdal/lib/roken/getprogname.c ../heimdal/lib/roken/setprogname.c',
cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1',
includes='../heimdal/lib/roken',
+ deps='replace',
enabled=not bld.CONFIG_SET('HAVE_GETPROGNAME')
)
@@ -374,6 +377,7 @@ bld.SAMBA_SUBSYSTEM('HEIMDAL_ROKEN_CLOSEFROM_H',
'../heimdal/lib/roken/closefrom.c',
cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1',
includes='../heimdal/lib/roken',
+ deps='replace',
enabled=not bld.CONFIG_SET('HAVE_CLOSEFROM')
)