diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-04-12 09:47:49 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-04-12 12:31:14 +0200 |
commit | 2a727ef6e7bffcaad7438e288c952f6157e075de (patch) | |
tree | ceb481177d8e9c0c541c917f968aac3b64c2bac6 /nsswitch/wscript_build | |
parent | e6c31a4bcb1e7f56edcfccabd02a8096e3b5dd40 (diff) | |
download | samba-2a727ef6e7bffcaad7438e288c952f6157e075de.tar.gz |
lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf system does
metze
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r-- | nsswitch/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 769fa50cd6a..90c527b2eb8 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -10,13 +10,13 @@ bld.SAMBA_SUBSYSTEM('LIBWINBIND-CLIENT', bld.SAMBA_BINARY('nsstest', source='nsstest.c', installdir='BINDIR', - deps='LIBSAMBA-UTIL LIBREPLACE_EXT LIBSAMBA-HOSTCONFIG NSS_WRAPPER' + deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG NSS_WRAPPER' ) bld.SAMBA_BINARY('wbinfo', source='wbinfo.c', installdir='BINDIR', - deps='LIBSAMBA-UTIL LIBREPLACE_EXT LIBCLI_AUTH popt POPT_SAMBA LIBWINBIND-CLIENT LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ UID_WRAPPER' + deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA LIBWINBIND-CLIENT LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ UID_WRAPPER' ) |