summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-04-18 20:18:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:27 -0500
commite7110058286ed7e723c9a24e555b9c3b527c456e (patch)
treed381bb990822c90df43250644e59888c58fc1f60 /examples
parent356dd0dd3a36a8f6061ba60f556e889de7c28140 (diff)
downloadsamba-e7110058286ed7e723c9a24e555b9c3b527c456e.tar.gz
samba-e7110058286ed7e723c9a24e555b9c3b527c456e.tar.xz
samba-e7110058286ed7e723c9a24e555b9c3b527c456e.zip
r22341: Fix build of examples/VFS: adapt include for new place of tdb...
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in
index 8869a4f20d3..4de0efd29e8 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -12,7 +12,7 @@ FLAGS = $(CFLAGS) $(CPPFLAGS) -fPIC \
-I$(SAMBA_SOURCE)/popt \
-I$(SAMBA_SOURCE)/lib/replace \
-I$(SAMBA_SOURCE)/lib/talloc \
- -I$(SAMBA_SOURCE)/tdb/include \
+ -I$(SAMBA_SOURCE)/lib/tdb/include \
-I$(SAMBA_SOURCE)/smbwrapper \
-I$(SAMBA_SOURCE)/librpc \
-I$(SAMBA_SOURCE) -I.