From 886d020dbfa7e69ed780dfba579ad52ebd37e277 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Sep 2006 05:21:32 +0000 Subject: r18131: fixed tdb subsystem to use right tdb.h fixed LIBREPLACE dep in lib/charset (This used to be commit 2f6cd41f40cf1625918f272458b6e103e4f3e00e) --- source4/lib/charset/config.mk | 2 +- source4/lib/tdb/config.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/lib/charset/config.mk b/source4/lib/charset/config.mk index 67703fbc37..b4ed37f705 100644 --- a/source4/lib/charset/config.mk +++ b/source4/lib/charset/config.mk @@ -7,6 +7,6 @@ OBJ_FILES = \ util_unistr.o PUBLIC_HEADERS = charset.h PUBLIC_PROTO_HEADER = charset_proto.h -PUBLIC_DEPENDENCIES = ICONV +PUBLIC_DEPENDENCIES = ICONV LIBREPLACE # End SUBSYSTEM CHARSET ################################################ diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk index b1e6e82d74..1dbe26428b 100644 --- a/source4/lib/tdb/config.mk +++ b/source4/lib/tdb/config.mk @@ -8,6 +8,7 @@ OBJ_FILES = \ common/tdb.o common/dump.o common/io.o common/lock.o \ common/open.o common/traverse.o common/freelist.o \ common/error.o common/transaction.o common/tdbutil.o +CFLAGS = -Ilib/tdb/include PUBLIC_DEPENDENCIES = \ LIBREPLACE PUBLIC_HEADERS = include/tdb.h -- cgit