patch: fix build of examples/VFS

Michael Adam ma at SerNet.DE
Fri Feb 3 16:34:57 GMT 2006


Hi,

there is an include path missing from examples/VFS/Makefile.in
in branches SAMBA_3_0_RELEASE and SAMBA_3_0. 
Attached is a patch to fix this.

Cheers, Michael

--
Michael Adam,  SerNet Service Network GmbH
phone: +49-551-370000-0,  fax: +49-551-370000-9

-------------- next part --------------
Index: examples/VFS/Makefile.in
===================================================================
--- examples/VFS/Makefile.in	(revision 13307)
+++ examples/VFS/Makefile.in	(working copy)
@@ -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-technical mailing list