summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-05-15 21:43:57 +1000
committerVolker Lendecke <vl@samba.org>2016-06-07 14:34:10 +0200
commit768f356f9957352581b1c04c4f110dcdf05e4197 (patch)
tree0ab6d7787720a20ae9f633de4f0ea3bf1b876a92 /source3
parent1a87c9b5994662de8bcd7c080dafb792dedb9f46 (diff)
downloadsamba-768f356f9957352581b1c04c4f110dcdf05e4197.tar.gz
lib/poll_funcs: Build as SAMBA_SUBSYSTEM
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/poll_funcs/wscript_build6
1 files changed, 3 insertions, 3 deletions
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')