summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-08-27 20:52:56 +0000
committerGerald Carter <jerry@samba.org>2003-08-27 20:52:56 +0000
commitc2983f9323099019d77b9480e884707e26895c5d (patch)
tree4ccabae083b1972f31dc9b7a6f2b0f759acbd29e /source3/configure.in
parent2f70d0d9a732556fd7616ec5c8e1fd777310c99e (diff)
downloadsamba-c2983f9323099019d77b9480e884707e26895c5d.tar.gz
samba-c2983f9323099019d77b9480e884707e26895c5d.tar.bz2
samba-c2983f9323099019d77b9480e884707e26895c5d.zip
Fix bug 327 (again and I think for the last time). Make sure that
pam_smbpass.so will load ok. Had to move some functions around to work around dependency problems (hence the new passdb/lookup_sid.c) Also make sure that libsmbclient.a is built and installed when we support shared libraries. (This used to be commit 780055f4422f11fb0524ac1f003cdc5f317f8b19)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 1ac663436c..c8b5aa4b2d 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3178,6 +3178,8 @@ AC_ARG_WITH(libsmbclient,
*)
if test $BLDSHARED = true; then
INSTALLCLIENTCMD_SH="\$(INSTALLCMD)"
+ ## build the static version of libsmbclient as well
+ INSTALLCLIENTCMD_A="\$(INSTALLCMD)"
LIBSMBCLIENT_SHARED=bin/libsmbclient.$SHLIBEXT
LIBSMBCLIENT=libsmbclient
AC_MSG_RESULT(yes)