add socket_type.cpp to makefile
This commit is contained in:
parent
d84c59d13b
commit
a5e56b6fbc
|
@ -35,6 +35,7 @@ set(sources
|
|||
session
|
||||
session_impl
|
||||
socket_io
|
||||
socket_type
|
||||
socks5_stream
|
||||
stat
|
||||
storage
|
||||
|
|
|
@ -64,6 +64,7 @@ libtorrent_rasterbar_la_SOURCES = \
|
|||
sha1.cpp \
|
||||
smart_ban.cpp \
|
||||
socket_io.cpp \
|
||||
socket_type.cpp \
|
||||
socks5_stream.cpp \
|
||||
stat.cpp \
|
||||
storage.cpp \
|
||||
|
|
Loading…
Reference in New Issue