From 21aed50c095d58edd8fc7d91adc8ecae9c56a365 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 13 Oct 1998 08:26:48 +0000 Subject: made smbsh a standard binary (This used to be commit aea466aef7127607884f484c5987b9a5e2e362aa) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 9c92272e9e..1cfeb1a3b4 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -37,7 +37,7 @@ case "$host_os" in LDSHFLAGS="" ;; *irix*) AC_DEFINE(IRIX) - WRAP32=smbwrapper/smbwrapper.32.so + WRAP32=bin/smbwrapper.32.so ;; *aix*) AC_DEFINE(AIX);; *hpux*) AC_DEFINE(HPUX);; -- cgit