From be1dc86b5434e84a88ba2e62873d87c62f8880c0 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 6 Aug 2017 22:07:03 +0200 Subject: Add utf module Currently only has valid_utf8 and read_utf8 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4aaf8b3..9622262 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,7 +36,7 @@ libtp_a_SOURCES = args.cc args.hh xdg.cc xdg.hh terminal.cc terminal.hh \ character.cc character.hh config.cc config.hh \ strings.cc strings.hh io.cc io.hh looper.cc looper.hh \ buffer.cc buffer.hh chunked.cc chunked.hh \ - package.cc package.hh data.hh common.hh + package.cc package.hh data.hh common.hh utf.hh utf.cc if !HAVE_SSL libtp_a_SOURCES += mitm_stub.cc endif -- cgit v1.2.3-70-g09d2