From 70fa9098a8dc1feaab0230600606cb4b739b4e7e Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Wed, 8 Jul 2015 17:48:42 +0800 Subject: [PATCH] Fix error when building test_file_progress, missed in e2784df --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.am b/test/Makefile.am index 820451bbb..7cfefc375 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -189,6 +189,7 @@ test_session_SOURCES = test_session.cpp test_web_seed_SOURCES = test_web_seed.cpp test_url_seed_SOURCES = test_url_seed.cpp test_remap_files_SOURCES = test_remap_files.cpp +test_file_progress_SOURCES = test_file_progress.cpp LDADD = libtest.la $(top_builddir)/src/libtorrent-rasterbar.la