summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-17 11:12:07 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-18 15:44:43 +1000
commit611ca8e8196738345de3596ca61e75fe5a895c26 (patch)
tree7c983be77fb260697491ac09582fb34308886257 /examples
parent584a51b2ca891c5546c7e9ee8f039bfeb4d6a319 (diff)
downloadsamba-611ca8e8196738345de3596ca61e75fe5a895c26.tar.gz
samba-611ca8e8196738345de3596ca61e75fe5a895c26.tar.bz2
samba-611ca8e8196738345de3596ca61e75fe5a895c26.zip
build: Move generated files out of the normal build tree
This avoids some dual-build-system interactions. Andrew Bartlett
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 fab5611ffd..db787de390 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -10,6 +10,7 @@ OBJEXT = @OBJEXT@
FLAGS = $(CFLAGS) $(CPPFLAGS) -fPIC \
-Iinclude -I$(SAMBA_SOURCE)/include \
-I$(SAMBA_SOURCE)/include/autoconf \
+ -I$(SAMBA_SOURCE)/autoconf \
-I$(SAMBA_SOURCE)/../popt \
-I$(SAMBA_SOURCE)/../lib/replace \
-I$(SAMBA_SOURCE)/../lib/talloc \