forked from premiere/premiere-libtorrent
added include files to Makefile
This commit is contained in:
parent
3a84dce119
commit
c93e13c6fb
|
@ -5,6 +5,7 @@ GEOIP_H = GeoIP.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
nobase_include_HEADERS = \
|
nobase_include_HEADERS = \
|
||||||
|
address.hpp \
|
||||||
add_torrent_params.hpp \
|
add_torrent_params.hpp \
|
||||||
alert.hpp \
|
alert.hpp \
|
||||||
alert_types.hpp \
|
alert_types.hpp \
|
||||||
|
@ -52,6 +53,8 @@ nobase_include_HEADERS = \
|
||||||
intrusive_ptr_base.hpp \
|
intrusive_ptr_base.hpp \
|
||||||
invariant_check.hpp \
|
invariant_check.hpp \
|
||||||
io.hpp \
|
io.hpp \
|
||||||
|
io_service.hpp \
|
||||||
|
io_service_fwd.hpp \
|
||||||
ip_filter.hpp \
|
ip_filter.hpp \
|
||||||
lazy_entry.hpp \
|
lazy_entry.hpp \
|
||||||
lsd.hpp \
|
lsd.hpp \
|
||||||
|
@ -79,10 +82,12 @@ nobase_include_HEADERS = \
|
||||||
socket.hpp \
|
socket.hpp \
|
||||||
socket_io.hpp \
|
socket_io.hpp \
|
||||||
socket_type.hpp \
|
socket_type.hpp \
|
||||||
|
socket_type_fwd.hpp \
|
||||||
socks5_stream.hpp \
|
socks5_stream.hpp \
|
||||||
ssl_stream.hpp \
|
ssl_stream.hpp \
|
||||||
stat.hpp \
|
stat.hpp \
|
||||||
storage.hpp \
|
storage.hpp \
|
||||||
|
storage_defs.hpp \
|
||||||
thread.hpp \
|
thread.hpp \
|
||||||
time.hpp \
|
time.hpp \
|
||||||
torrent_handle.hpp \
|
torrent_handle.hpp \
|
||||||
|
|
Loading…
Reference in New Issue