From: Günther Deschner Date: Wed, 10 Nov 2004 21:49:36 +0000 (+0000) Subject: r3668: Fix unresolved symbols in libsmbclient.so. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5618 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af3ec11f8d6cae9bbad5dc5f3b9ae6e00bf1dd7e;p=thirdparty%2Fsamba.git r3668: Fix unresolved symbols in libsmbclient.so. Patch from Lars Müller ( Bugzilla #2013 ) Guenther --- diff --git a/source/Makefile.in b/source/Makefile.in index 370017c3ada..730e1a78890 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -991,7 +991,7 @@ bin/smbwrapper.@SHLIBEXT@: $(PICOBJS) bin/.dummy bin/libsmbclient.@SHLIBEXT@: $(LIBSMBCLIENT_PICOBJS) @echo Linking libsmbclient shared library $@ @$(SHLD) $(LDSHFLAGS) -o $@ $(LIBSMBCLIENT_PICOBJS) $(LDFLAGS) $(LIBS) \ - $(KRB5LIBS) $(LDAP_LIBS) \ + $(KRB5LIBS) $(LDAP_LIBS) $(SECRETS_OBJ) \ @SONAMEFLAG@`basename $@`.$(LIBSMBCLIENT_MAJOR) bin/libsmbclient.a: $(LIBSMBCLIENT_PICOBJS)