build: Fix build error with --enable-relocatable on macOS (regression from 2019-03-04).
diff --git a/libcharset/ChangeLog b/libcharset/ChangeLog
index d5f6657..e71236b 100644
--- a/libcharset/ChangeLog
+++ b/libcharset/ChangeLog
@@ -1,3 +1,10 @@
+2019-12-02  Bruno Haible  <bruno@clisp.org>
+
+	build: Fix build error with --enable-relocatable on macOS
+	(regression from 2019-03-04).
+	Reported by Roy Belio <rbelio@infinidat.com>.
+	* Makefile.in (PARENT_IMPORTED_FILES): Add libtool-reloc.
+
 2019-07-02  Bruno Haible  <bruno@clisp.org>
 
 	Drop unused macro gl_GLIBC21.
diff --git a/libcharset/Makefile.in b/libcharset/Makefile.in
index 2f9874b..51cc745 100644
--- a/libcharset/Makefile.in
+++ b/libcharset/Makefile.in
@@ -118,6 +118,7 @@
   build-aux/config.libpath \
   build-aux/config.sub \
   build-aux/install-sh \
+  build-aux/libtool-reloc \
   build-aux/mkinstalldirs \
   m4/codeset.m4 \
   m4/fcntl-o.m4 \