summaryrefslogtreecommitdiff
path: root/source4/lib/charset
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 05:21:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:37 -0500
commit886d020dbfa7e69ed780dfba579ad52ebd37e277 (patch)
treec3c67bc5707cd5ce05d5005dd6c65a4b65ce511b /source4/lib/charset
parent014f70008fcfdb631031c48aa9654ad5b42e62f9 (diff)
downloadsamba-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/charset')
-rw-r--r--source4/lib/charset/config.mk2
1 files changed, 1 insertions, 1 deletions
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
################################################