s3-waf: make sure we always build example auth modules with --enable-developer.
[samba.git] / examples / auth / wscript_build
diff --git a/examples/auth/wscript_build b/examples/auth/wscript_build
new file mode 100644 (file)
index 0000000..91f5302
--- /dev/null
@@ -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'))