summaryrefslogtreecommitdiff
path: root/source3/librpc/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-24 16:45:41 -0700
committerGünther Deschner <gd@samba.org>2010-09-24 21:09:45 -0700
commitdb4bec3f4c4cf3940c6d39315af17bc621bbe99b (patch)
tree1ac51568a95e14dcd109c9cf88f060cb4264027b /source3/librpc/wscript_build
parentfd9ae125bc177763874af54e0776ebb005a4ae00 (diff)
downloadsamba-db4bec3f4c4cf3940c6d39315af17bc621bbe99b.tar.gz
samba-db4bec3f4c4cf3940c6d39315af17bc621bbe99b.tar.bz2
samba-db4bec3f4c4cf3940c6d39315af17bc621bbe99b.zip
s3-waf: convert LIBNET et al into subsystems.
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 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'