summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-12 03:26:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:25:30 -0500
commit95caeb1046c1899075238400fb07092542c91dcd (patch)
treeb5ad1355643d2fb231ae819b6c83e5dda7bb3acc /source4/lib
parent66494b1fc9da4c9964be7572f6ef6985cb78321d (diff)
downloadsamba-95caeb1046c1899075238400fb07092542c91dcd.tar.gz
samba-95caeb1046c1899075238400fb07092542c91dcd.tar.bz2
samba-95caeb1046c1899075238400fb07092542c91dcd.zip
r19678: Fix the build for now (ugly hack because of circular dependencies)
(This used to be commit 0953bb7d5f2f2a81688f5421e1fbfa3bc38aa810)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/charset/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/charset/config.mk b/source4/lib/charset/config.mk
index 4f0c80c79d..fff447574f 100644
--- a/source4/lib/charset/config.mk
+++ b/source4/lib/charset/config.mk
@@ -9,5 +9,6 @@ PUBLIC_HEADERS = charset.h
PUBLIC_PROTO_HEADER = charset_proto.h
PUBLIC_DEPENDENCIES = ICONV
PRIVATE_DEPENDENCIES = DYNCONFIG
+LDFLAGS = -lsamba-config -lsamba-util
# End SUBSYSTEM CHARSET
################################################