summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-22 03:51:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:25 -0500
commitc21e51b19a004895a2b96e86ccc04374e2c351c0 (patch)
treef6d61305fd82707ad2b62e38f3c438d118f4197f /source4/lib/ldb/Makefile.in
parentc4e83e8efc5caa91a670692eccb5778147e00741 (diff)
downloadsamba-c21e51b19a004895a2b96e86ccc04374e2c351c0.tar.gz
samba-c21e51b19a004895a2b96e86ccc04374e2c351c0.tar.bz2
samba-c21e51b19a004895a2b96e86ccc04374e2c351c0.zip
r17688: the commit/test cycle for getting this to work in the build farm sure
is tedious! nearly there I hope ..... (This used to be commit d0412765bade27acdd5cc03d7d527fe7ddd1fb11)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index b22a82a24e..af01daa720 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -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