r19679: Fix shared library build as well.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 12 Nov 2006 03:36:47 +0000 (03:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:25:30 +0000 (14:25 -0500)
source/lib/charset/config.mk

index fff447574f2b4d8675d005fedeeb9f37b4291356..b2035672bad32aeb7915df1787c25cc8c3787743 100644 (file)
@@ -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
 ################################################