Install the DHT_bootstrap binary on make install.

We didn't install it before, only `tox-bootstrapd`.
This commit is contained in:
iphydf 2018-08-16 20:25:05 +00:00
parent 76f4ae64b7
commit 2730c95699
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -458,6 +458,7 @@ if(DHT_BOOTSTRAP)
other/DHT_bootstrap.c other/DHT_bootstrap.c
other/bootstrap_node_packets.c) other/bootstrap_node_packets.c)
target_link_modules(DHT_bootstrap toxcore misc_tools) target_link_modules(DHT_bootstrap toxcore misc_tools)
install(TARGETS DHT_bootstrap RUNTIME DESTINATION bin)
endif() endif()
option(BOOTSTRAP_DAEMON "Enable building of tox-bootstrapd" ON) option(BOOTSTRAP_DAEMON "Enable building of tox-bootstrapd" ON)