summaryrefslogtreecommitdiff
path: root/examples/VFS/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-05 17:27:53 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-05 17:28:48 +0100
commit71d2287ec7740cf2089ddbef6991e7c3a80dcae0 (patch)
tree2ae34ca5a92a6c9a20d737fcd4b43a9cb34ce143 /examples/VFS/Makefile.in
parentf289851d70ea7a8f66a31e9af7d9fc6e16ebffef (diff)
downloadsamba-71d2287ec7740cf2089ddbef6991e7c3a80dcae0.tar.gz
samba-71d2287ec7740cf2089ddbef6991e7c3a80dcae0.tar.bz2
samba-71d2287ec7740cf2089ddbef6991e7c3a80dcae0.zip
examples/VFS: fix the configure and make with the new directory layout
metze
Diffstat (limited to 'examples/VFS/Makefile.in')
-rw-r--r--examples/VFS/Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in
index 4de0efd29e..8fe414a9e8 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -9,12 +9,14 @@ SHLIBEXT = @SHLIBEXT@
OBJEXT = @OBJEXT@
FLAGS = $(CFLAGS) $(CPPFLAGS) -fPIC \
-Iinclude -I$(SAMBA_SOURCE)/include \
- -I$(SAMBA_SOURCE)/popt \
- -I$(SAMBA_SOURCE)/lib/replace \
- -I$(SAMBA_SOURCE)/lib/talloc \
- -I$(SAMBA_SOURCE)/lib/tdb/include \
- -I$(SAMBA_SOURCE)/smbwrapper \
+ -I$(SAMBA_SOURCE)/../popt \
+ -I$(SAMBA_SOURCE)/../lib/replace \
+ -I$(SAMBA_SOURCE)/../lib/talloc \
+ -I$(SAMBA_SOURCE)/../lib/tevent \
+ -I$(SAMBA_SOURCE)/../lib/tdb/include \
-I$(SAMBA_SOURCE)/librpc \
+ -I$(SAMBA_SOURCE)/../librpc \
+ -I$(SAMBA_SOURCE)/../ \
-I$(SAMBA_SOURCE) -I.