summaryrefslogtreecommitdiffstats
path: root/examples/auth/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/auth/wscript_build')
-rw-r--r--examples/auth/wscript_build9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/auth/wscript_build b/examples/auth/wscript_build
new file mode 100644
index 0000000000..91f5302918
--- /dev/null
+++ b/examples/auth/wscript_build
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+
+bld.SAMBA3_MODULE('auth_skel',
+ subsystem='auth',
+ source='auth_skel.c',
+ deps='samba-util',
+ init_function='',
+ internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_skel'),
+ enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_skel'))