summaryrefslogtreecommitdiff
path: root/libcli/lsarpc/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/lsarpc/wscript_build')
-rw-r--r--libcli/lsarpc/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcli/lsarpc/wscript_build b/libcli/lsarpc/wscript_build
new file mode 100644
index 0000000000..feb3970041
--- /dev/null
+++ b/libcli/lsarpc/wscript_build
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+bld.SAMBA_SUBSYSTEM('UTIL_LSARPC',
+ source='util_lsarpc.c',
+ deps='NDR_LSA');