Add popt to the include path for examples/VFS. The modules themselves don't
authorvlendec <vlendec@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 6 Feb 2006 13:39:34 +0000 (13:39 +0000)
committervlendec <vlendec@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 6 Feb 2006 13:39:34 +0000 (13:39 +0000)
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@SerNet.DE>.

Volker

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@13366 0c0555d6-39d7-0310-84fc-f1cc0bd64818

examples/VFS/Makefile.in

index 7d04ad9f3a0cccd8e418bb24d4d0a51e4aa39ffe..79873c385769335408c375daeada074f7f79d425 100644 (file)
@@ -7,7 +7,7 @@ INSTALLCMD      = @INSTALL@
 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@