projects
/
opendht.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e34e350
)
Install the tools/http_server.py tool as dhtnode-http.
author
Amin Bandali
<bandali@gnu.org>
Fri, 22 Dec 2023 07:29:01 +0000
(07:29 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Fri, 22 Dec 2023 07:29:01 +0000
(07:29 +0000)
Last-Update: 2023-10-21
Gbp-Pq: Name 2010-install-dhtnode-http.patch
python/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/python/CMakeLists.txt
b/python/CMakeLists.txt
index cd74c1852b78cfab4baaca7e979dac63a7338a79..8294147b68837ee022d216fc68a112bbbab86b82 100644
(file)
--- a/
python/CMakeLists.txt
+++ b/
python/CMakeLists.txt
@@
-16,4
+16,5
@@
configure_file(pyproject.toml pyproject.toml COPYONLY)
# install(CODE "execute_process(COMMAND python3 setup.py install --root=\$ENV{DESTDIR}/ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})")
if (OPENDHT_TOOLS)
install(PROGRAMS tools/dhtcluster.py DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME dhtcluster)
+ install(PROGRAMS tools/http_server.py DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME dhtnode-http)
endif()