diff options
author | Michael Adam <obnox@samba.org> | 2007-04-18 20:18:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:27 -0500 |
commit | 256f506c5b060c37ee22ee9ff0c371154721252a (patch) | |
tree | d78756de1b7be907898eee895fc45fc1315fb5fe /examples | |
parent | b066668b74768d9ed547f16bf7b6ba6aea5df20a (diff) | |
download | samba-256f506c5b060c37ee22ee9ff0c371154721252a.tar.gz samba-256f506c5b060c37ee22ee9ff0c371154721252a.tar.bz2 samba-256f506c5b060c37ee22ee9ff0c371154721252a.zip |
r22341: Fix build of examples/VFS: adapt include for new place of tdb...
(This used to be commit e7110058286ed7e723c9a24e555b9c3b527c456e)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/VFS/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |