summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-06-30 13:53:54 +0200
committerMichael Adam <obnox@samba.org>2011-06-30 15:41:24 +0200
commit197df817a3f70707715e784a9330017c74ccb547 (patch)
treed2b2b53c83fd4c8a15523b3d708d98b2e2aeba4c /examples
parent576cb574a15158a33feab48be3c5ed05721f28fc (diff)
downloadsamba-197df817a3f70707715e784a9330017c74ccb547.tar.gz
samba-197df817a3f70707715e784a9330017c74ccb547.tar.bz2
samba-197df817a3f70707715e784a9330017c74ccb547.zip
examples/VFS: add include path for s3's autoconf config.h
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in
index 8fe414a9e8..9591186b3e 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -9,6 +9,7 @@ SHLIBEXT = @SHLIBEXT@
OBJEXT = @OBJEXT@
FLAGS = $(CFLAGS) $(CPPFLAGS) -fPIC \
-Iinclude -I$(SAMBA_SOURCE)/include \
+ -I$(SAMBA_SOURCE)/include/autoconf \
-I$(SAMBA_SOURCE)/../popt \
-I$(SAMBA_SOURCE)/../lib/replace \
-I$(SAMBA_SOURCE)/../lib/talloc \