From: Amitay Isaacs Date: Sun, 15 May 2016 11:43:57 +0000 (+1000) Subject: lib/poll_funcs: Build as SAMBA_SUBSYSTEM X-Git-Tag: tdb-1.3.10~947 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=768f356f9957352581b1c04c4f110dcdf05e4197;p=thirdparty%2Fsamba.git lib/poll_funcs: Build as SAMBA_SUBSYSTEM Signed-off-by: Amitay Isaacs Reviewed-by: Volker Lendecke --- diff --git a/source3/lib/poll_funcs/wscript_build b/source3/lib/poll_funcs/wscript_build index ab24814ad28..df9a298e8d5 100644 --- a/source3/lib/poll_funcs/wscript_build +++ b/source3/lib/poll_funcs/wscript_build @@ -1,5 +1,5 @@ #!/usr/bin/env python -bld.SAMBA3_SUBSYSTEM('POLL_FUNCS_TEVENT', - source='poll_funcs_tevent.c', - deps='tevent') +bld.SAMBA_SUBSYSTEM('POLL_FUNCS_TEVENT', + source='poll_funcs_tevent.c', + deps='tevent')