s3-waf: added a krb5 dependency
authorAndrew Tridgell <tridge@samba.org>
Sun, 20 Feb 2011 23:02:05 +0000 (10:02 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 22 Feb 2011 01:51:09 +0000 (02:51 +0100)
LIBMSRPC depends on krb5.h

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source3/wscript_build

index 762ef9ee770630169c724cb99e85edb368709d67..b9616c1368e769f0cfd954db1b5699d9db891b1f 100644 (file)
@@ -729,7 +729,7 @@ bld.SAMBA3_SUBSYSTEM('LIBMSRPC',
                     source='${LIBMSRPC_SRC}',
                     deps='''ndr ndr-util NDR_SECURITY NDR_DCERPC NDR_SCHANNEL
                     RPC_NDR_EPMAPPER COMMON_SCHANNELDB LIBCLI_AUTH
-                    LIBTSOCKET''',
+                    LIBTSOCKET krb5''',
                     vars=locals())
 
 bld.SAMBA3_SUBSYSTEM('LIBMSRPC_GEN',