summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-22 03:24:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:23 -0500
commit67c5ccbd934202dd81cd7c3dd8aeb828d769fee2 (patch)
tree2a0fd0aaf58d5cae1dc0468a316b306f94c2b194 /source4/lib/tdb
parenta11045d9134ff0af6a2e8bef1cdd9425687d5610 (diff)
downloadsamba-67c5ccbd934202dd81cd7c3dd8aeb828d769fee2.tar.gz
samba-67c5ccbd934202dd81cd7c3dd8aeb828d769fee2.tar.bz2
samba-67c5ccbd934202dd81cd7c3dd8aeb828d769fee2.zip
r17684: and we need -Iinclude for tdb
(This used to be commit 3a22b28f2b6d960e00acf1038d8cd3b820cf0be7)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r--source4/lib/tdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 \