diff options
author | Andreas Schneider <asn@samba.org> | 2010-12-20 14:29:34 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-01-04 12:09:48 +0100 |
commit | d2e93cce88b69bdf489984f34376ca30934684ad (patch) | |
tree | 4dd5b2cf42f024c0de628dd3d0572ee5cd758be1 /source3/wscript_build | |
parent | d4f5bf0c36e3d5a0a13d1a03e7c6fac956dbf954 (diff) | |
download | samba-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_build | 4 |
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''' |