From 80e240fe17b9f12663e09a84a29955d2bf8ed1cd Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 23 Sep 2010 09:16:05 -0700 Subject: s3 waf: Remove iniparser source list from source3/wscript_build --- source3/wscript_build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 41fbcd05a0..a78cab67a7 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} -- cgit