svn commit: samba r14640 - in branches/SAMBA_4_0/source: build/smb_build ntvfs

jelmer at samba.org jelmer at samba.org
Wed Mar 22 13:40:59 GMT 2006


Author: jelmer
Date: 2006-03-22 13:40:58 +0000 (Wed, 22 Mar 2006)
New Revision: 14640

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

Log:
Fix dependency

Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm
   branches/SAMBA_4_0/source/ntvfs/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-22 12:15:11 UTC (rev 14639)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-22 13:40:58 UTC (rev 14640)
@@ -158,7 +158,6 @@
 	my $self = shift;
 	my @tmp = ();
 
-	
 	foreach (@smb_build::config_mk::parsed_files) {
 		s/ .*$//g;
 		push (@tmp, $_);

Modified: branches/SAMBA_4_0/source/ntvfs/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/config.mk	2006-03-22 12:15:11 UTC (rev 14639)
+++ branches/SAMBA_4_0/source/ntvfs/config.mk	2006-03-22 13:40:58 UTC (rev 14640)
@@ -80,7 +80,7 @@
 		common/opendb.o \
 		common/notify.o \
 		common/sidmap.o
-REQUIRED_SUBSYSTEMS = NDR_OPENDB
+REQUIRED_SUBSYSTEMS = NDR_OPENDB NDR_NOTIFY
 #
 # End SUBSYSTEM NTVFS
 ################################################



More information about the samba-cvs mailing list