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

jerry at samba.org jerry at samba.org
Mon Feb 28 17:14:18 GMT 2005


Author: jerry
Date: 2005-02-28 17:14:18 +0000 (Mon, 28 Feb 2005)
New Revision: 5596

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

Log:
BUG 2394: fix nmbd linking issue on IRIX
Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2005-02-28 11:25:32 UTC (rev 5595)
+++ branches/SAMBA_3_0/source/Makefile.in	2005-02-28 17:14:18 UTC (rev 5596)
@@ -420,7 +420,7 @@
             nmbd/nmbd_workgroupdb.o nmbd/nmbd_synclists.o
 
 NMBD_OBJ = $(NMBD_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(UBIQX_OBJ) \
-           $(PROFILE_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ) $(POPT_LIB_OBJ)
+           $(PROFILE_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ) $(POPT_LIB_OBJ) $(DUMMYROOT_OBJ)
 
 WREPL_OBJ1 = wrepld/server.o wrepld/process.o wrepld/parser.o wrepld/socket.o \
              wrepld/partners.o



More information about the samba-cvs mailing list