forked from premiere/premiere-libtorrent
add missing header files to makefile install
This commit is contained in:
parent
df1372e04b
commit
134dae1c8b
|
@ -26,6 +26,7 @@ nobase_include_HEADERS = \
|
||||||
config.hpp \
|
config.hpp \
|
||||||
connection_queue.hpp \
|
connection_queue.hpp \
|
||||||
ConvertUTF.h \
|
ConvertUTF.h \
|
||||||
|
copy_ptr.hpp \
|
||||||
create_torrent.hpp \
|
create_torrent.hpp \
|
||||||
deadline_timer.hpp \
|
deadline_timer.hpp \
|
||||||
debug.hpp \
|
debug.hpp \
|
||||||
|
@ -81,6 +82,7 @@ nobase_include_HEADERS = \
|
||||||
session_status.hpp \
|
session_status.hpp \
|
||||||
settings.hpp \
|
settings.hpp \
|
||||||
size_type.hpp \
|
size_type.hpp \
|
||||||
|
sliding_average.hpp \
|
||||||
socket.hpp \
|
socket.hpp \
|
||||||
socket_io.hpp \
|
socket_io.hpp \
|
||||||
socket_type.hpp \
|
socket_type.hpp \
|
||||||
|
|
Loading…
Reference in New Issue