From 256f506c5b060c37ee22ee9ff0c371154721252a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 18 Apr 2007 20:18:43 +0000 Subject: r22341: Fix build of examples/VFS: adapt include for new place of tdb... (This used to be commit e7110058286ed7e723c9a24e555b9c3b527c456e) --- examples/VFS/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/VFS/Makefile.in') diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in index 8869a4f20d..4de0efd29e 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. -- cgit