svn commit: samba r19748 - in branches/SAMBA_3_0/source: .

lmuelle at samba.org lmuelle at samba.org
Thu Nov 16 18:29:36 GMT 2006


Author: lmuelle
Date: 2006-11-16 18:29:36 +0000 (Thu, 16 Nov 2006)
New Revision: 19748

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19748

Log:
Ensure to link against the required libraries.

Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-11-16 18:16:57 UTC (rev 19747)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-11-16 18:29:36 UTC (rev 19748)
@@ -1202,7 +1202,7 @@
 bin/libsmbclient. at SHLIBEXT@: $(LIBSMBCLIENT_OBJ)
 	@echo Linking libsmbclient shared library $@
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(LIBSMBCLIENT_OBJ) $(LDFLAGS) $(LIBS) \
-		$(KRB5LIBS) $(LDAP_LIBS) \
+		$(KRB5LIBS) $(LDAP_LIBS) $(NSCD_LIBS) \
 		@SONAMEFLAG@`basename $@`.$(LIBSMBCLIENT_MAJOR)
 
 bin/libsmbclient.a: $(LIBSMBCLIENT_OBJ)



More information about the samba-cvs mailing list