svn commit: samba r9563 - in branches/SAMBA_4_0/source/lib/samba3: .

tpot at samba.org tpot at samba.org
Wed Aug 24 03:39:26 GMT 2005


Author: tpot
Date: 2005-08-24 03:39:25 +0000 (Wed, 24 Aug 2005)
New Revision: 9563

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

Log:
I think this INIT_OBJ_FILES should be ADD_OBJ_FILES so that the lib/samba3
source files are included in make proto.  Fixes the build with
./configure.developer.

Modified:
   branches/SAMBA_4_0/source/lib/samba3/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/samba3/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/samba3/config.mk	2005-08-24 03:09:49 UTC (rev 9562)
+++ branches/SAMBA_4_0/source/lib/samba3/config.mk	2005-08-24 03:39:25 UTC (rev 9563)
@@ -1,7 +1,7 @@
 ################################################
 # Start SUBSYSTEM LIBSAMBA3
 [SUBSYSTEM::LIBSAMBA3]
-INIT_OBJ_FILES = \
+ADD_OBJ_FILES = \
 		lib/samba3/smbpasswd.o \
 		lib/samba3/tdbsam.o \
 		lib/samba3/policy.o \



More information about the samba-cvs mailing list