summaryrefslogtreecommitdiffstats
path: root/src/lib/util/Makefile.am
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2020-07-10 23:05:16 +0200
committerFrancis Dupont <fdupont@isc.org>2020-09-12 10:49:43 +0200
commit306d488efc2ee7f394a7c54fab1b6231b25029c8 (patch)
tree39c6cf1d3a17939259ad889cb359a4fea7e85c9d /src/lib/util/Makefile.am
parent[#828] Fixed shellcheck (diff)
downloadkea-306d488efc2ee7f394a7c54fab1b6231b25029c8.tar.xz
kea-306d488efc2ee7f394a7c54fab1b6231b25029c8.zip
[#1304] Added latin1 -> UTF-8 encoder
Diffstat (limited to 'src/lib/util/Makefile.am')
-rw-r--r--src/lib/util/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am
index adf6735f26..c8085603e7 100644
--- a/src/lib/util/Makefile.am
+++ b/src/lib/util/Makefile.am
@@ -42,6 +42,7 @@ libkea_util_la_SOURCES += encode/base32hex_from_binary.h
libkea_util_la_SOURCES += encode/base_n.cc encode/hex.h
libkea_util_la_SOURCES += encode/binary_from_base32hex.h
libkea_util_la_SOURCES += encode/binary_from_base16.h
+libkea_util_la_SOURCES += encode/utf8.cc encode/utf8.h
libkea_util_la_SOURCES += random/qid_gen.h random/qid_gen.cc
libkea_util_la_SOURCES += random/random_number_generator.h
@@ -94,7 +95,8 @@ libkea_util_encode_include_HEADERS = \
encode/base64.h \
encode/binary_from_base16.h \
encode/binary_from_base32hex.h \
- encode/hex.h
+ encode/hex.h \
+ encode/utf8.h
libkea_util_io_includedir = $(pkgincludedir)/util/io
libkea_util_io_include_HEADERS = \