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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/charset/config.mk b/source4/lib/charset/config.mk
index 64c240a46a..9e37b5f0a6 100644
--- a/source4/lib/charset/config.mk
+++ b/source4/lib/charset/config.mk
@@ -10,4 +10,4 @@ CHARSET_OBJ_FILES = $(addprefix $(libcharsetsrcdir)/, iconv.o charcnv.o util_uni
PUBLIC_HEADERS += $(libcharsetsrcdir)/charset.h
-PRIVATE_PROTO_HEADER = charset_proto.h
+$(call proto_header_template,$(libcharsetsrcdir)/charset_proto.h,$(CHARSET_OBJ_FILES:.o=.c))