From: Jelmer Vernooij Date: Sun, 12 Nov 2006 03:36:47 +0000 (+0000) Subject: r19679: Fix shared library build as well. X-Git-Tag: samba-4.0.0alpha6~801^3~4225 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=cbbe5be832494fb69c7d0e9ea7df8d47805863e4;p=kai%2Fsamba-autobuild%2F.git r19679: Fix shared library build as well. (This used to be commit ff9e1b4f0634847d0db178b2c283865c4fb39c9b) --- diff --git a/source4/lib/charset/config.mk b/source4/lib/charset/config.mk index fff447574f2..b2035672bad 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 ################################################