lib/poll_funcs: Build as SAMBA_SUBSYSTEM
authorAmitay Isaacs <amitay@gmail.com>
Sun, 15 May 2016 11:43:57 +0000 (21:43 +1000)
committerVolker Lendecke <vl@samba.org>
Tue, 7 Jun 2016 12:34:10 +0000 (14:34 +0200)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/lib/poll_funcs/wscript_build

index ab24814ad284ffa9fe74a2fd81625963c2a5713f..df9a298e8d56be97a69c4ec083d646c44b842555 100644 (file)
@@ -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')