diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-06 05:21:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:37 -0500 |
commit | 886d020dbfa7e69ed780dfba579ad52ebd37e277 (patch) | |
tree | c3c67bc5707cd5ce05d5005dd6c65a4b65ce511b /source4/lib/tdb | |
parent | 014f70008fcfdb631031c48aa9654ad5b42e62f9 (diff) | |
download | samba-886d020dbfa7e69ed780dfba579ad52ebd37e277.tar.gz samba-886d020dbfa7e69ed780dfba579ad52ebd37e277.tar.bz2 samba-886d020dbfa7e69ed780dfba579ad52ebd37e277.zip |
r18131: fixed tdb subsystem to use right tdb.h
fixed LIBREPLACE dep in lib/charset
(This used to be commit 2f6cd41f40cf1625918f272458b6e103e4f3e00e)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |