From 67c5ccbd934202dd81cd7c3dd8aeb828d769fee2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 22 Aug 2006 03:24:43 +0000 Subject: r17684: and we need -Iinclude for tdb (This used to be commit 3a22b28f2b6d960e00acf1038d8cd3b820cf0be7) --- source4/lib/tdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/tdb') diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index 849d0bd7c9..cf28dca304 100644 --- a/source4/lib/tdb/Makefile.in +++ b/source4/lib/tdb/Makefile.in @@ -11,7 +11,7 @@ libdir = @libdir@ 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 \ -- cgit