svn commit: samba r17684 - in branches/SAMBA_4_0/source/lib/tdb: .

tridge at samba.org tridge at samba.org
Tue Aug 22 03:24:43 GMT 2006


Author: tridge
Date: 2006-08-22 03:24:43 +0000 (Tue, 22 Aug 2006)
New Revision: 17684

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17684

Log:

and we need -Iinclude for tdb

Modified:
   branches/SAMBA_4_0/source/lib/tdb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2006-08-22 03:24:23 UTC (rev 17683)
+++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2006-08-22 03:24:43 UTC (rev 17684)
@@ -11,7 +11,7 @@
 VPATH = @srcdir@
 srcdir = @srcdir@
 builddir = @builddir@
-CFLAGS = -I$(srcdir)/include @CFLAGS@
+CFLAGS = -I$(srcdir)/include -Iinclude @CFLAGS@
 
 PROGS = bin/tdbtool bin/tdbtorture
 TDB_OBJ = common/tdb.o common/dump.o common/io.o common/lock.o \



More information about the samba-cvs mailing list