summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-02-06 13:39:34 +0000
committerVolker Lendecke <vlendec@samba.org>2006-02-06 13:39:34 +0000
commitee9337d2362ab097366ef1843da62a81af4934c2 (patch)
tree1146a360c8353ab92d19e56e5bdc0c9d8fa54b2f /examples
parentaa8d71e4cb049309d9b9d70603d6725229c7a37b (diff)
downloadsamba-ee9337d2362ab097366ef1843da62a81af4934c2.tar.gz
samba-ee9337d2362ab097366ef1843da62a81af4934c2.tar.xz
samba-ee9337d2362ab097366ef1843da62a81af4934c2.zip
r13366: 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@SerNet.DE>. Volker
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in
index 7d04ad9f3a0..79873c38576 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -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@