Skip to content

Commit

Permalink
build: Move generated files out of the normal build tree
Browse files Browse the repository at this point in the history
This avoids some dual-build-system interactions.

Andrew Bartlett
  • Loading branch information
abartlet committed May 18, 2012
1 parent 584a51b commit 611ca8e
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ source3/lib/netapi/examples/Makefile
source3/lib/netapi/tests/Makefile
source3/library-versions
librpc/gen_ndr/*.*
source3/librpc/gen_ndr/*.*
source3/autoconf/librpc/gen_ndr/*.*
source3/nsswitch/*.so
source3/pkgconfig/*.pc
source3/proto_exists
Expand Down
1 change: 1 addition & 0 deletions examples/VFS/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Loading

0 comments on commit 611ca8e

Please sign in to comment.