From 0e1588aa980069dd267b3b0207db453c6ab23023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Mon, 27 Sep 2010 08:10:58 +0200 Subject: s3-waf: add NDR_PERFCOUNT subsystem. Guenther --- source3/librpc/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/librpc') diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build index dfeacf6343d..66713ef2979 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' -- cgit v1.2.1