svn commit: samba r18227 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl: .

jelmer at samba.org jelmer at samba.org
Thu Sep 7 19:46:24 GMT 2006


Author: jelmer
Date: 2006-09-07 19:46:23 +0000 (Thu, 07 Sep 2006)
New Revision: 18227

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

Log:
Recognize Samba3 in-tree builds.

Modified:
   branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm	2006-09-07 18:34:02 UTC (rev 18226)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm	2006-09-07 19:46:23 UTC (rev 18227)
@@ -18,7 +18,7 @@
 
 sub is_intree()
 {
-	return -f "kdc/kdc.c";
+	return (-f "kdc/kdc.c" or -f "include/smb.h");
 }
 
 # Return an #include line depending on whether this build is an in-tree



More information about the samba-cvs mailing list