diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-16 16:19:43 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:35 +0100 |
commit | 92d42862ddb6748a4fbd001bd8f7c785627cba74 (patch) | |
tree | 05acc921ca0c2bd0ed2af33ce033638384fc9e9e | |
parent | 0a01f50f9802ecfae430d2218af3b96a3682218d (diff) | |
download | samba-92d42862ddb6748a4fbd001bd8f7c785627cba74.tar.gz samba-92d42862ddb6748a4fbd001bd8f7c785627cba74.tar.bz2 samba-92d42862ddb6748a4fbd001bd8f7c785627cba74.zip |
r26476: Remove unnecessary hack.
(This used to be commit 827632ab6e00bacef45c15efc626a1ef587c0915)
-rw-r--r-- | source4/lib/charset/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/charset/config.mk b/source4/lib/charset/config.mk index b2035672ba..4f0c80c79d 100644 --- a/source4/lib/charset/config.mk +++ b/source4/lib/charset/config.mk @@ -9,6 +9,5 @@ PUBLIC_HEADERS = charset.h PUBLIC_PROTO_HEADER = charset_proto.h PUBLIC_DEPENDENCIES = ICONV PRIVATE_DEPENDENCIES = DYNCONFIG -LDFLAGS = bin/static/libsamba-config.a bin/static/libsamba-util.a # End SUBSYSTEM CHARSET ################################################ |