From db4bec3f4c4cf3940c6d39315af17bc621bbe99b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 24 Sep 2010 16:45:41 -0700 Subject: s3-waf: convert LIBNET et al into subsystems. Guenther --- source3/librpc/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/librpc/wscript_build') diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build index 269c94d225..dfeacf6343 100644 --- a/source3/librpc/wscript_build +++ b/source3/librpc/wscript_build @@ -5,6 +5,11 @@ bld.SAMBA_SUBSYSTEM('NDR_LIBNETAPI', public_deps='LIBNDR' ) +bld.SAMBA_SUBSYSTEM('NDR_LIBNET_JOIN', + source='gen_ndr/ndr_libnet_join.c', + public_deps='LIBNDR' + ) + bld.SAMBA_SUBSYSTEM('NDR_MESSAGING', source='gen_ndr/ndr_messaging.c', public_deps='LIBNDR' -- cgit