s3-waf: fix the build after auth changes.
authorGünther Deschner <gd@samba.org>
Thu, 10 Feb 2011 11:48:46 +0000 (12:48 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 10 Feb 2011 11:58:06 +0000 (12:58 +0100)
Andrews, please check.

Guenther

auth/wscript_build
source3/rpc_server/wscript_build
source3/wscript_build

index b124887aec92241610d789de9ae51f468c94e9de..75580fd299131b82392a26c2e68a34dbf32c13e3 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 bld.SAMBA_SUBSYSTEM('auth_sam_reply',
        source='auth_sam_reply.c',
         deps='talloc',
index b36201278665e45ab93fec46f7fa7c14f9e8b0fe..8534141a1aa2596f124f0ca77a180e6d1701e16e 100644 (file)
@@ -26,7 +26,8 @@ bld.SAMBA_SUBSYSTEM('rpc',
                     vars=locals())
 
 bld.SAMBA_SUBSYSTEM('RPC_NCACN_NP',
-                    source='rpc_ncacn_np.c rpc_handles.c')
+                    source='rpc_ncacn_np.c rpc_handles.c',
+                    deps='auth_sam_reply')
 
 bld.SAMBA_SUBSYSTEM('RPC_SERVICE',
                     source='rpc_server.c')
@@ -113,4 +114,4 @@ bld.SAMBA_SUBSYSTEM('RPC_SERVER',
                           RPC_DSSETUP RPC_WKSSVC RPC_SVCCTL RPC_NTSVCS
                           RPC_NETLOGON RPC_NETDFS RPC_SRVSVC RPC_SPOOLSS
                           RPC_EVENTLOG RPC_RPCECHO RPC_SERVER RPC_EPMAPPER
-                          RPC_SERVER_REGISTER''')
+                          RPC_SERVER_REGISTER NDR_NAMED_PIPE_AUTH''')
index fde1d175a654faf042fee4ef745a7eaa625f8467..cb5cdcbf452b159e4ccc1b6e22ea5ef3231fcf06 100644 (file)
@@ -1403,6 +1403,7 @@ bld.INSTALL_FILES('${SWATDIR}', swat_files, base_name='../swat')
 
 ########################## INCLUDES #################################
 
+bld.RECURSE('../auth')
 bld.RECURSE('../lib/addns')
 bld.RECURSE('../lib/async_req')
 bld.RECURSE('../libcli/auth')