Create prototype headers from Makefile directory, without smb_build in the middle.
[samba.git] / source4 / lib / charset / config.mk
index 64c240a46ac4adafeaba436e40ac70259863fedc..9e37b5f0a677e417d738d4307e9b45b39d5b7955 100644 (file)
@@ -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))