compute-hops: re-enabled memory usage lookup

Change-Id: I51c7dcac5e6077364da63f4189fea9a90c43e059
This commit is contained in:
Lars Rademacher
2014-01-12 21:46:55 +01:00
parent 5079cd7e31
commit 5df364dea2
2 changed files with 5 additions and 5 deletions

View File

@ -9,5 +9,5 @@ if(NOT CONFIG_INJECTIONPOINT_HOPS)
endif()
add_executable(compute-hops main.cc ${SRCS})
target_link_libraries(compute-hops ${PROTOBUF_LIBRARY} fail-util fail-comm)
target_link_libraries(compute-hops ${PROTOBUF_LIBRARY} fail-util fail-comm procps)
install(TARGETS compute-hops RUNTIME DESTINATION bin)