summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-26 22:32:32 +0200
committerGünther Deschner <gd@samba.org>2010-05-26 22:32:32 +0200
commitdc014657decc02e9896a7f1ec10732cd28829f24 (patch)
tree89b79408d4559a122c0d25bf0d98399eb2463e14 /source3
parentb86666ab538fe1cf739bfb8a3c9bb50dc4d49270 (diff)
downloadsamba-dc014657decc02e9896a7f1ec10732cd28829f24.tar.gz
samba-dc014657decc02e9896a7f1ec10732cd28829f24.tar.bz2
samba-dc014657decc02e9896a7f1ec10732cd28829f24.zip
s3-waf: fix the build after chgpasswd.c changes.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index cbe2cbb6b5..fac9c23506 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -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