summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-08-04 23:56:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:14 -0500
commit6243e2a30414ef059fe2fd3636563269f4b12d06 (patch)
tree802e5f2a70321ae014a806dd4c61df9558c367cb /source4/main.mk
parenta0314b225fe0ebc8bd154f8117a0f97d3389befa (diff)
downloadsamba-6243e2a30414ef059fe2fd3636563269f4b12d06.tar.gz
samba-6243e2a30414ef059fe2fd3636563269f4b12d06.tar.bz2
samba-6243e2a30414ef059fe2fd3636563269f4b12d06.zip
r9078: - move charset stuff to lib/charset
- don't use the global $LIBS variable for -liconv as $LIBS is not used anymore should fix the build on solaris 10 metze (This used to be commit 69ade058fde8e4cc62e4830c0b080e720d8e581d)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 2e21e9d715..3054b05c06 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -10,6 +10,7 @@ include auth/config.mk
include nsswitch/config.mk
include lib/basic.mk
include lib/socket/config.mk
+include lib/charset/config.mk
include lib/ldb/config.mk
include lib/talloc/config.mk
include lib/tdb/config.mk