summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-12 09:47:49 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-12 12:31:14 +0200
commit2a727ef6e7bffcaad7438e288c952f6157e075de (patch)
treeceb481177d8e9c0c541c917f968aac3b64c2bac6 /nsswitch/wscript_build
parente6c31a4bcb1e7f56edcfccabd02a8096e3b5dd40 (diff)
downloadsamba-2a727ef6e7bffcaad7438e288c952f6157e075de.tar.gz
samba-2a727ef6e7bffcaad7438e288c952f6157e075de.tar.bz2
samba-2a727ef6e7bffcaad7438e288c952f6157e075de.zip
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_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 769fa50cd6..90c527b2eb 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'
)