svn commit: samba r19865 - in branches/SAMBA_3_0_24/source: .

jerry at samba.org jerry at samba.org
Thu Nov 23 18:04:44 GMT 2006


Author: jerry
Date: 2006-11-23 18:04:44 +0000 (Thu, 23 Nov 2006)
New Revision: 19865

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

Log:
fix typo in Makefile.in
Modified:
   branches/SAMBA_3_0_24/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0_24/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_24/source/Makefile.in	2006-11-23 18:03:33 UTC (rev 19864)
+++ branches/SAMBA_3_0_24/source/Makefile.in	2006-11-23 18:04:44 UTC (rev 19865)
@@ -323,7 +323,7 @@
 
 REGFIO_OBJ = registry/regfio.o
 
-RPC_REG_OBJ =  rpc_server/srv_reg.c rpc_server/srv_reg_nt.o $(REGFIO_OBJ)
+RPC_REG_OBJ =  rpc_server/srv_reg.o rpc_server/srv_reg_nt.o $(REGFIO_OBJ)
 
 RPC_LSA_DS_OBJ =  rpc_server/srv_lsa_ds.o rpc_server/srv_lsa_ds_nt.o
 



More information about the samba-cvs mailing list