r17688: the commit/test cycle for getting this to work in the build farm sure
authorAndrew Tridgell <tridge@samba.org>
Tue, 22 Aug 2006 03:51:22 +0000 (03:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:16:25 +0000 (14:16 -0500)
is tedious! nearly there I hope .....

source/lib/ldb/Makefile.in

index b22a82a24e02f944afd35925b11e56327d73f398..af01daa720e1c017b5b04b7e2ffd91600cffaa00 100644 (file)
@@ -30,7 +30,7 @@ LDB_SQLITE3_OBJ=$(srcdir)/ldb_sqlite3/ldb_sqlite3.o
 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