summaryrefslogtreecommitdiff
path: root/source4/lib/charset/config.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/lib/charset/config.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/lib/charset/config.mk')
-rw-r--r--source4/lib/charset/config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/lib/charset/config.mk b/source4/lib/charset/config.mk
new file mode 100644
index 0000000000..6b0fe02b72
--- /dev/null
+++ b/source4/lib/charset/config.mk
@@ -0,0 +1,10 @@
+################################################
+# Start SUBSYSTEM CHARSET
+[SUBSYSTEM::CHARSET]
+INIT_OBJ_FILES = \
+ lib/charset/iconv.o
+ADD_OBJ_FILES = \
+ lib/charset/charcnv.o
+REQUIRED_SUBSYSTEMS = EXT_LIB_ICONV
+# End SUBSYSTEM CHARSET
+################################################