Install libtcp-portmon.
This commit is contained in:

committed by
Brenden Matthews

parent
58d310808d
commit
dbdc78fe5a
@@ -297,10 +297,16 @@ else()
|
|||||||
target_link_libraries(conky ${conky_libs})
|
target_link_libraries(conky ${conky_libs})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Install libtcp-portmon too?
|
|
||||||
install(TARGETS conky
|
install(TARGETS conky
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
LIBRARY DESTINATION ${LIB_INSTALL_DIR}/conky
|
LIBRARY DESTINATION ${LIB_INSTALL_DIR}/conky
|
||||||
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}/conky)
|
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}/conky)
|
||||||
|
|
||||||
|
if(BUILD_PORT_MONITORS)
|
||||||
|
install(TARGETS tcp-portmon
|
||||||
|
RUNTIME DESTINATION bin
|
||||||
|
LIBRARY DESTINATION ${LIB_INSTALL_DIR}/conky
|
||||||
|
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}/conky)
|
||||||
|
endif(BUILD_PORT_MONITORS)
|
||||||
|
|
||||||
print_target_properties(conky)
|
print_target_properties(conky)
|
||||||
|
Reference in New Issue
Block a user