From 99a2fd7eaec52170cc45943e01882a8c741f17b6 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 14 Dec 2008 22:25:22 +0000 Subject: [PATCH] added ConvertUTF.h to makefile --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index 5b7f59276..1cdea6211 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -11,6 +11,7 @@ libtorrent/buffer.hpp \ libtorrent/connection_queue.hpp \ libtorrent/create_torrent.hpp \ libtorrent/config.hpp \ +libtorrent/ConvertUTF.h \ libtorrent/debug.hpp \ libtorrent/disk_buffer_holder.hpp \ libtorrent/disk_io_thread.hpp \