r18131: fixed tdb subsystem to use right tdb.h
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Sep 2006 05:21:32 +0000 (05:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:37 +0000 (14:17 -0500)
fixed LIBREPLACE dep in lib/charset

source/lib/charset/config.mk
source/lib/tdb/config.mk

index 67703fbc37ef5944907920a8dc7fb04ca1839ef6..b4ed37f705a2528b8a6a9e06d0c51a684e5ac887 100644 (file)
@@ -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
 ################################################
index b1e6e82d7469aad1ceefbd0931c4b3fe236a9bbd..1dbe26428b57a61a0160613e43f5de3d8574db8e 100644 (file)
@@ -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