svn commit: samba r5366 - in branches/SAMBA_4_0/source/libnet: .

mimir at samba.org mimir at samba.org
Sun Feb 13 00:50:38 GMT 2005


Author: mimir
Date: 2005-02-13 00:50:38 +0000 (Sun, 13 Feb 2005)
New Revision: 5366

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

Log:
added initial code for adding user accounts to libnet makefile.
It doesn't do anything useful yet, but at least doesn't break
the build.


rafal


Modified:
   branches/SAMBA_4_0/source/libnet/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/config.mk
===================================================================
--- branches/SAMBA_4_0/source/libnet/config.mk	2005-02-13 00:48:21 UTC (rev 5365)
+++ branches/SAMBA_4_0/source/libnet/config.mk	2005-02-13 00:50:38 UTC (rev 5366)
@@ -7,7 +7,8 @@
 		libnet/libnet_passwd.o \
 		libnet/libnet_time.o \
 		libnet/libnet_rpc.o \
-		libnet/libnet_join.o
+		libnet/libnet_join.o \
+		libnet/libnet_user.o
 REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_SRVSVC
 # End SUBSYSTEM LIBNET
 #################################



More information about the samba-cvs mailing list