summaryrefslogtreecommitdiff
path: root/source3/librpc/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-27 08:10:58 +0200
committerGünther Deschner <gd@samba.org>2010-09-28 01:16:48 +0200
commit0e1588aa980069dd267b3b0207db453c6ab23023 (patch)
treed61574d846d28cbebaf1133afeb42353c46ed649 /source3/librpc/wscript_build
parent7fbe7007536214af99b2a2c3f07e3c04c7c6cd07 (diff)
downloadsamba-0e1588aa980069dd267b3b0207db453c6ab23023.tar.gz
samba-0e1588aa980069dd267b3b0207db453c6ab23023.tar.bz2
samba-0e1588aa980069dd267b3b0207db453c6ab23023.zip
s3-waf: add NDR_PERFCOUNT subsystem.
Guenther
Diffstat (limited to 'source3/librpc/wscript_build')
-rw-r--r--source3/librpc/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build
index dfeacf6343..66713ef297 100644
--- a/source3/librpc/wscript_build
+++ b/source3/librpc/wscript_build
@@ -30,6 +30,11 @@ bld.SAMBA_SUBSYSTEM('NDR_SECRETS',
public_deps='LIBNDR'
)
+bld.SAMBA_SUBSYSTEM('NDR_PERFCOUNT',
+ source='gen_ndr/ndr_perfcount.c',
+ public_deps='LIBNDR'
+ )
+
bld.SAMBA_SUBSYSTEM('NDR_WBINT',
source='gen_ndr/ndr_wbint.c',
public_deps='LIBNDR'