s3-waf: fix the build after chgpasswd.c changes.
authorGünther Deschner <gd@samba.org>
Wed, 26 May 2010 20:32:32 +0000 (22:32 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 26 May 2010 20:32:32 +0000 (22:32 +0200)
Guenther

source3/wscript_build

index cbe2cbb6b5dba8326998776a53df05e3527e4696..fac9c2350629f79ef5c7c45720b508a6c978a629 100644 (file)
@@ -362,6 +362,7 @@ RPC_NETLOG_SRC = '''rpc_server/srv_netlog_nt.c
 
 RPC_SAMR_SRC = '''rpc_server/srv_samr_nt.c
                rpc_server/srv_samr_util.c
+              rpc_server/srv_samr_chgpasswd.c
                ../librpc/gen_ndr/srv_samr.c'''
 
 RPC_INITSHUTDOWN_SRC = ''' ../librpc/gen_ndr/srv_initshutdown.c rpc_server/srv_initshutdown_nt.c'''
@@ -640,7 +641,7 @@ WINBINDD_SRC1 = '''winbindd/winbindd.c
                    auth/server_info.c
                    auth/server_info_sam.c
                    auth/user_info.c
-                   smbd/chgpasswd.c
+                  rpc_server/srv_samr_chgpasswd.c
                    ../nsswitch/libwbclient/wb_reqtrans.c'''
 
 WINBINDD_SRC = '''${WINBINDD_SRC1}
@@ -664,7 +665,7 @@ SMBD_SRC_MAIN = '''smbd/server.c'''
 
 BUILDOPT_SRC = '''smbd/build_options.c'''
 
-SMBD_SRC_SRV = '''smbd/files.c smbd/chgpasswd.c smbd/connection.c
+SMBD_SRC_SRV = '''smbd/files.c smbd/connection.c
                smbd/utmp.c smbd/session.c smbd/map_username.c
                smbd/dfree.c smbd/dir.c smbd/password.c smbd/conn.c
                smbd/share_access.c smbd/fileio.c