From 611ca8e8196738345de3596ca61e75fe5a895c26 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 17 May 2012 11:12:07 +1000 Subject: build: Move generated files out of the normal build tree This avoids some dual-build-system interactions. Andrew Bartlett --- examples/VFS/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') 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 \ -- cgit