summaryrefslogtreecommitdiff
path: root/source4/lib/charset
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-12 03:36:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:25:30 -0500
commitcbbe5be832494fb69c7d0e9ea7df8d47805863e4 (patch)
tree225966f033a52f72b553b44a3521d118c062f14e /source4/lib/charset
parent95caeb1046c1899075238400fb07092542c91dcd (diff)
downloadsamba-cbbe5be832494fb69c7d0e9ea7df8d47805863e4.tar.gz
samba-cbbe5be832494fb69c7d0e9ea7df8d47805863e4.tar.bz2
samba-cbbe5be832494fb69c7d0e9ea7df8d47805863e4.zip
r19679: Fix shared library build as well.
(This used to be commit ff9e1b4f0634847d0db178b2c283865c4fb39c9b)
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 fff447574f..b2035672ba 100644
--- a/source4/lib/charset/config.mk
+++ b/source4/lib/charset/config.mk
@@ -9,6 +9,6 @@ PUBLIC_HEADERS = charset.h
PUBLIC_PROTO_HEADER = charset_proto.h
PUBLIC_DEPENDENCIES = ICONV
PRIVATE_DEPENDENCIES = DYNCONFIG
-LDFLAGS = -lsamba-config -lsamba-util
+LDFLAGS = bin/static/libsamba-config.a bin/static/libsamba-util.a
# End SUBSYSTEM CHARSET
################################################