Compile libsmbclient with DYNEXP
authorJelmer Vernooij <jelmer@samba.org>
Sun, 19 Oct 2003 23:30:09 +0000 (23:30 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 19 Oct 2003 23:30:09 +0000 (23:30 +0000)
(This used to be commit c8ec714119a620af3481e40a94c361704ecbc39b)

source3/Makefile.in

index d8f8b4e526b223b86c1e079dc9c95c5424dfe376..278d53be56e932ddd8f1bb76e04716fca5bdf62e 100644 (file)
@@ -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)