Author: obnox Date: 2007-04-18 20:18:43 +0000 (Wed, 18 Apr 2007) New Revision: 22341
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22341 Log: Fix build of examples/VFS: adapt include for new place of tdb... Modified: branches/SAMBA_3_0/examples/VFS/Makefile.in Changeset: Modified: branches/SAMBA_3_0/examples/VFS/Makefile.in =================================================================== --- branches/SAMBA_3_0/examples/VFS/Makefile.in 2007-04-18 16:45:00 UTC (rev 22340) +++ branches/SAMBA_3_0/examples/VFS/Makefile.in 2007-04-18 20:18:43 UTC (rev 22341) @@ -12,7 +12,7 @@ -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.
