The branch, master has been updated
via 80e240f s3 waf: Remove iniparser source list from
source3/wscript_build
from 67b6252 s4/dsdb:kcc: cleanup and improve readability
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 80e240fe17b9f12663e09a84a29955d2bf8ed1cd
Author: Kai Blin <[email protected]>
Date: Thu Sep 23 09:16:05 2010 -0700
s3 waf: Remove iniparser source list from source3/wscript_build
-----------------------------------------------------------------------
Summary of changes:
source3/wscript_build | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/wscript_build b/source3/wscript_build
index 41fbcd0..a78cab6 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -907,8 +907,7 @@ RPCCLIENT_SRC = '''${RPCCLIENT_SRC1}
rpc_client/init_netlogon.c
rpc_client/init_samr.c'''
-PAM_WINBIND_SRC = '''../nsswitch/pam_winbind.c ${WBCOMMON_SRC}
- ${LIBREPLACE_SRC} ${INIPARSER_SRC}'''
+PAM_WINBIND_SRC = '../nsswitch/pam_winbind.c ${WBCOMMON_SRC} ${LIBREPLACE_SRC}'
LIBSMBCLIENT_THREAD_SRC = '''libsmb/libsmb_thread_impl.c
libsmb/libsmb_thread_posix.c'''
@@ -1124,9 +1123,6 @@ WINBIND_KRB5_LOCATOR_SRC =
'''${WINBIND_KRB5_LOCATOR_SRC1} ${LIBREPLACE_SRC}'''
POPT_SRC = '''../lib/popt/findme.c ../lib/popt/popt.c ../lib/popt/poptconfig.c
\
../lib/popt/popthelp.c ../lib/popt/poptparse.c'''
-INIPARSER_SRC = '''../lib/iniparser_build/iniparser.c
../lib/iniparser_build/dictionary.c
- ../lib/iniparser_build/strlib.c'''
-
NTLM_AUTH_SRC1 = '''utils/ntlm_auth.c utils/ntlm_auth_diagnostics.c'''
NTLM_AUTH_SRC = '''${NTLM_AUTH_SRC1}
--
Samba Shared Repository