From 599967c4b55f0ab7b56ebda82b671cf4f5dac4cc Mon Sep 17 00:00:00 2001 From: arvidn Date: Tue, 23 Aug 2016 02:04:24 -0400 Subject: [PATCH] add missing files to makefile --- build_dist.sh | 2 +- examples/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_dist.sh b/build_dist.sh index 1f9339282..cc684e0af 100755 --- a/build_dist.sh +++ b/build_dist.sh @@ -3,7 +3,7 @@ make clean cd docs -make RST2HTML=rst2html.py +make RST2HTML=rst2html-3.4.py cd .. #clear out any extended attributes that Finder may add diff --git a/examples/Makefile.am b/examples/Makefile.am index 4ced3561c..f786fc8e6 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -14,7 +14,7 @@ bin_PROGRAMS = $(example_programs) endif EXTRA_PROGRAMS = $(example_programs) -EXTRA_DIST = Jamfile CMakeLists.txt run_cmake.sh.in cmake/FindLibtorrentRasterbar.cmake +EXTRA_DIST = Jamfile CMakeLists.txt run_cmake.sh.in session_view.hpp torrent_view.hpp print.hpp cmake/FindLibtorrentRasterbar.cmake client_test_SOURCES = client_test.cpp print.cpp session_view.cpp torrent_view.cpp stats_counters_SOURCES = stats_counters.cpp