summaryrefslogtreecommitdiffstats
path: root/lib/replace/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-01-17 15:23:54 +0100
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:05 +0200
commitf318a44ec79da33a8972da9822c9ac3e4b39acff (patch)
treeb34fb930817f826c89e9552870e9462f7a4316b7 /lib/replace/wscript
parentad3a4316705245891d9a66c50817a26a41ac016f (diff)
downloadsamba-f318a44ec79da33a8972da9822c9ac3e4b39acff.tar.gz
samba-f318a44ec79da33a8972da9822c9ac3e4b39acff.tar.xz
samba-f318a44ec79da33a8972da9822c9ac3e4b39acff.zip
replace: Add uid_wrapper_enabled().
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r--lib/replace/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index cabf91fd5a..6a8ba1d270 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -623,6 +623,7 @@ def build(bld):
)
REPLACE_SOURCE = REPLACE_HOSTCC_SOURCE
+ REPLACE_SOURCE += ' cwrap.c'
if not bld.CONFIG_SET('HAVE_CRYPT'): REPLACE_SOURCE += ' crypt.c'
if not bld.CONFIG_SET('HAVE_DLOPEN'): REPLACE_SOURCE += ' dlfcn.c'