svn commit: samba r19679 - in branches/SAMBA_4_0/source/lib/charset: .

jelmer at samba.org jelmer at samba.org
Sun Nov 12 03:36:48 GMT 2006


Author: jelmer
Date: 2006-11-12 03:36:47 +0000 (Sun, 12 Nov 2006)
New Revision: 19679

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19679

Log:
Fix shared library build as well.

Modified:
   branches/SAMBA_4_0/source/lib/charset/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/charset/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/charset/config.mk	2006-11-12 03:26:11 UTC (rev 19678)
+++ branches/SAMBA_4_0/source/lib/charset/config.mk	2006-11-12 03:36:47 UTC (rev 19679)
@@ -9,6 +9,6 @@
 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
 ################################################



More information about the samba-cvs mailing list