From 2a727ef6e7bffcaad7438e288c952f6157e075de Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 12 Apr 2010 09:47:49 +0200 Subject: lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf system does metze --- source4/auth/ntlm/wscript_build | 2 +- source4/param/wscript_build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index 1ce42e80b4..03a812f577 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -42,7 +42,7 @@ bld.SAMBA_MODULE('auth_unix', source='auth_unix.c', subsystem='auth', init_function='auth_unix_init', - deps='crypt pam PAM_ERRORS NSS_WRAPPER UID_WRAPPER LIBTSOCKET' + deps='pam PAM_ERRORS NSS_WRAPPER UID_WRAPPER LIBTSOCKET' ) diff --git a/source4/param/wscript_build b/source4/param/wscript_build index 71605dff4b..1308829801 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_LIBRARY('LIBSAMBA-HOSTCONFIG', source='loadparm.c generic.c util.c', pc_files='samba-hostconfig.pc', vnum='0.0.1', - deps='DYNCONFIG LIBREPLACE_EXT CHARSET', + deps='DYNCONFIG CHARSET', public_deps='LIBSAMBA-UTIL', public_headers='param.h' ) -- cgit