diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-10-19 23:30:09 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-10-19 23:30:09 +0000 |
commit | 2f643426731f473b7f77efa95c4898ca2233ccc1 (patch) | |
tree | 5281a71dd78ac4b1b65c270a918e9aa82ac19f75 | |
parent | 86102b0e1551a88911d8581279a1a578b577f2df (diff) | |
download | samba-2f643426731f473b7f77efa95c4898ca2233ccc1.tar.gz samba-2f643426731f473b7f77efa95c4898ca2233ccc1.tar.bz2 samba-2f643426731f473b7f77efa95c4898ca2233ccc1.zip |
Compile libsmbclient with DYNEXP
(This used to be commit c8ec714119a620af3481e40a94c361704ecbc39b)
-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 d8f8b4e526..278d53be56 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -931,7 +931,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) |