Skip to content

Commit

Permalink
Merge pull request iovisor#1763 from iovisor/yhs_dev
Browse files Browse the repository at this point in the history
link with bpf-static library for bps
  • Loading branch information
4ast committed May 16, 2018
2 parents cb5bc0e + 1ed1c9b commit 683c19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion introspection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ include_directories(${CMAKE_SOURCE_DIR}/src/cc/api)
option(INSTALL_INTROSPECTION "Install BPF introspection tools" ON)

add_executable(bps bps.c)
target_link_libraries(bps bcc-static)
target_link_libraries(bps bpf-static)

install (TARGETS bps DESTINATION share/bcc/introspection)

0 comments on commit 683c19a

Please sign in to comment.