summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-12 03:36:47 +0000
committerJelmer Vernooij <jelmer@samba.org>2006-11-12 03:36:47 +0000
commit1dc366baa5316fbacf9f7c6af5e748bffb3efe33 (patch)
treea92613fbf95623266e47c674b77c5f9a9930705e
parent3419c1bb88d64aa86d5b109720e474aeec8af173 (diff)
downloadsamba-1dc366baa5316fbacf9f7c6af5e748bffb3efe33.tar.gz
samba-1dc366baa5316fbacf9f7c6af5e748bffb3efe33.tar.xz
samba-1dc366baa5316fbacf9f7c6af5e748bffb3efe33.zip
r19679: Fix shared library build as well.
-rw-r--r--source/lib/charset/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/charset/config.mk b/source/lib/charset/config.mk
index fff447574f2..b2035672bad 100644
--- a/source/lib/charset/config.mk
+++ b/source/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
################################################