summaryrefslogtreecommitdiff
path: root/source4/lib/charset/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/charset/config.mk')
-rw-r--r--source4/lib/charset/config.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/lib/charset/config.mk b/source4/lib/charset/config.mk
deleted file mode 100644
index 12c2f5f321..0000000000
--- a/source4/lib/charset/config.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-################################################
-# Start SUBSYSTEM CHARSET
-[SUBSYSTEM::CHARSET]
-PUBLIC_DEPENDENCIES = ICONV
-PRIVATE_DEPENDENCIES = DYNCONFIG
-# End SUBSYSTEM CHARSET
-################################################
-
-CHARSET_OBJ_FILES = $(addprefix $(libcharsetsrcdir)/, iconv.o charcnv.o util_unistr.o)
-
-PUBLIC_HEADERS += $(libcharsetsrcdir)/charset.h
-
-$(eval $(call proto_header_template,$(libcharsetsrcdir)/charset_proto.h,$(CHARSET_OBJ_FILES:.o=.c)))