summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-12-20 14:29:34 +0100
committerAndreas Schneider <asn@samba.org>2011-01-04 12:09:48 +0100
commitd2e93cce88b69bdf489984f34376ca30934684ad (patch)
tree4dd5b2cf42f024c0de628dd3d0572ee5cd758be1 /source3/wscript_build
parentd4f5bf0c36e3d5a0a13d1a03e7c6fac956dbf954 (diff)
downloadsamba-d2e93cce88b69bdf489984f34376ca30934684ad.tar.gz
samba-d2e93cce88b69bdf489984f34376ca30934684ad.tar.bz2
samba-d2e93cce88b69bdf489984f34376ca30934684ad.zip
s3-waf: Fixed the static rpc service build.
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 12:09:48 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index a5cf898069..21da0699c5 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -389,9 +389,7 @@ WINBINDD_SRC1 = '''winbindd/winbindd.c
lib/wb_reqtrans.c'''
WINBINDD_SRC = '''${WINBINDD_SRC1}
- ${TDB_VALIDATE_SRC}
- ../librpc/gen_ndr/srv_lsa.c
- ../librpc/gen_ndr/srv_samr.c'''
+ ${TDB_VALIDATE_SRC}'''
MANGLE_SRC = '''smbd/mangle.c smbd/mangle_hash.c smbd/mangle_hash2.c'''