forked from premiere/premiere-libtorrent
add missing files to makefile
This commit is contained in:
parent
6aacc0bf03
commit
599967c4b5
|
@ -3,7 +3,7 @@
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
cd docs
|
cd docs
|
||||||
make RST2HTML=rst2html.py
|
make RST2HTML=rst2html-3.4.py
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
#clear out any extended attributes that Finder may add
|
#clear out any extended attributes that Finder may add
|
||||||
|
|
|
@ -14,7 +14,7 @@ bin_PROGRAMS = $(example_programs)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_PROGRAMS = $(example_programs)
|
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
|
client_test_SOURCES = client_test.cpp print.cpp session_view.cpp torrent_view.cpp
|
||||||
stats_counters_SOURCES = stats_counters.cpp
|
stats_counters_SOURCES = stats_counters.cpp
|
||||||
|
|
Loading…
Reference in New Issue