summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-24 17:18:03 -0700
committerGünther Deschner <gd@samba.org>2010-09-24 21:10:47 -0700
commit204ba6577272530edb34ada9389b491c5fd60361 (patch)
treee9ea7e8eab2003a58e5af7dc8b31e7d716f60a90 /librpc/wscript_build
parentdb4bec3f4c4cf3940c6d39315af17bc621bbe99b (diff)
downloadsamba-204ba6577272530edb34ada9389b491c5fd60361.tar.gz
samba-204ba6577272530edb34ada9389b491c5fd60361.tar.bz2
samba-204ba6577272530edb34ada9389b491c5fd60361.zip
s4-waf: rename subsystem NDR_LSAPRC to NDR_LSA.
Guenther
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index a9ce14866e..61546c31ef 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -184,10 +184,10 @@ bld.SAMBA_SUBSYSTEM('NDR_NTPRINTING',
bld.SAMBA_SUBSYSTEM('NDR_SAMR',
source='../librpc/gen_ndr/ndr_samr.c',
- public_deps='LIBNDR NDR_SECURITY NDR_LSARPC'
+ public_deps='LIBNDR NDR_SECURITY NDR_LSA'
)
-bld.SAMBA_SUBSYSTEM('NDR_LSARPC',
+bld.SAMBA_SUBSYSTEM('NDR_LSA',
source='../librpc/gen_ndr/ndr_lsa.c',
public_deps='LIBNDR NDR_SECURITY'
)