svn commit: samba r13366 - branches/SAMBA_3_0/examples/VFS trunk/examples/VFS

vlendec at samba.org vlendec at samba.org
Mon Feb 6 13:39:34 GMT 2006


Author: vlendec
Date: 2006-02-06 13:39:34 +0000 (Mon, 06 Feb 2006)
New Revision: 13366

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

Log:
Add popt to the include path for examples/VFS. The modules themselves don't
use that, but includes.h fails in environments where there's no system popt
around. As the modules don't need that anyway, porting the check whether to
use the system one or our own seems a bit overkill.

Thanks to Michael Adam <ma at SerNet.DE>.

Volker

Modified:
   branches/SAMBA_3_0/examples/VFS/Makefile.in
   trunk/examples/VFS/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/examples/VFS/Makefile.in
===================================================================
--- branches/SAMBA_3_0/examples/VFS/Makefile.in	2006-02-06 06:23:58 UTC (rev 13365)
+++ branches/SAMBA_3_0/examples/VFS/Makefile.in	2006-02-06 13:39:34 UTC (rev 13366)
@@ -7,7 +7,7 @@
 SAMBA_SOURCE	= @SAMBA_SOURCE@
 SHLIBEXT	= @SHLIBEXT@
 OBJEXT		= @OBJEXT@ 
-FLAGS		=  $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper  -I. $(CPPFLAGS) -I$(SAMBA_SOURCE) -fPIC
+FLAGS		=  $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/popt -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper  -I. $(CPPFLAGS) -I$(SAMBA_SOURCE) -fPIC
 
 
 prefix		= @prefix@

Modified: trunk/examples/VFS/Makefile.in
===================================================================
--- trunk/examples/VFS/Makefile.in	2006-02-06 06:23:58 UTC (rev 13365)
+++ trunk/examples/VFS/Makefile.in	2006-02-06 13:39:34 UTC (rev 13366)
@@ -7,7 +7,7 @@
 SAMBA_SOURCE	= @SAMBA_SOURCE@
 SHLIBEXT	= @SHLIBEXT@
 OBJEXT		= @OBJEXT@ 
-FLAGS		=  $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper  -I. $(CPPFLAGS) -I$(SAMBA_SOURCE) -fPIC
+FLAGS		=  $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/popt -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper  -I. $(CPPFLAGS) -I$(SAMBA_SOURCE) -fPIC
 
 
 prefix		= @prefix@



More information about the samba-cvs mailing list