summaryrefslogtreecommitdiff
path: root/auth/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'auth/wscript_build')
-rw-r--r--auth/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/auth/wscript_build b/auth/wscript_build
new file mode 100644
index 0000000000..b124887aec
--- /dev/null
+++ b/auth/wscript_build
@@ -0,0 +1,5 @@
+bld.SAMBA_SUBSYSTEM('auth_sam_reply',
+ source='auth_sam_reply.c',
+ deps='talloc',
+ autoproto='auth_sam_reply.h'
+ )