svn commit: samba r17688 - in branches/SAMBA_4_0/source/lib/ldb: .

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


Author: tridge
Date: 2006-08-22 03:51:22 +0000 (Tue, 22 Aug 2006)
New Revision: 17688

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

Log:

the commit/test cycle for getting this to work in the build farm sure
is tedious! nearly there I hope .....

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-22 03:47:32 UTC (rev 17687)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-22 03:51:22 UTC (rev 17688)
@@ -30,7 +30,7 @@
 endif
 
 CFLAGS1=-Wall -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith \
-       -Wcast-qual -Wcast-align -Wwrite-strings -g -I$(srcdir)/include -I$(srcdir) -I$(srcdir)/.. \
+       -Wcast-qual -Wcast-align -Wwrite-strings -g -I$(srcdir)/include -Iinclude -I$(srcdir) -I$(srcdir)/.. \
        -I$(srcdir)/../tdb/include -I$(srcdir)/../tdb -I$(srcdir)/../talloc -DUSE_MMAP=1 $(LDAP_FLAGS)
 
 # enable the following two lines to build with gcov code coverage support



More information about the samba-cvs mailing list