diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-10-19 22:44:32 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-10-19 22:44:32 +0000 |
commit | ce1962520c9f39c76e67c05f22c9ddafbe1740e5 (patch) | |
tree | 20cbe175e8d76a97d85027542ea56fb8bee0e466 /source3 | |
parent | 3a4858dbc68bd4ea5c57c34611c9b0a626a78c0d (diff) | |
download | samba-ce1962520c9f39c76e67c05f22c9ddafbe1740e5.tar.gz samba-ce1962520c9f39c76e67c05f22c9ddafbe1740e5.tar.bz2 samba-ce1962520c9f39c76e67c05f22c9ddafbe1740e5.zip |
Compile libsmbclient with $(DYNEXP) (fixes bug #505)
(This used to be commit 3098a9e4b0cf6c0d6a6f2cda9ac60387bcda8198)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index e52625e9a1..145e489f9f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -929,7 +929,7 @@ bin/smbwrapper.@SHLIBEXT@: $(PICOBJS) bin/.dummy bin/libsmbclient.@SHLIBEXT@: $(LIBSMBCLIENT_PICOBJS) @echo Linking libsmbclient shared library $@ - @$(SHLD) $(LDSHFLAGS) -o $@ $(LIBSMBCLIENT_PICOBJS) $(LDFLAGS) $(LIBS) \ + @$(SHLD) $(LDSHFLAGS) -o $@ $(LIBSMBCLIENT_PICOBJS) $(LDFLAGS) $(DYNEXP) $(LIBS) \ $(KRB5LIBS) $(LDAP_LIBS) \ @SONAMEFLAG@`basename $@`.$(LIBSMBCLIENT_MAJOR) |