Skip to content

Commit

Permalink
Move libbpf.h to src/cc (iovisor#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
palmtenor authored and 4ast committed Sep 30, 2016
1 parent 6b0ed37 commit 863daab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ target_link_libraries(bcc-static b_frontend clang_frontend bcc-loader-static ${c

install(TARGETS bcc-shared LIBRARY COMPONENT libbcc
DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES bpf_common.h bpf_module.h bcc_syms.h ../libbpf.h COMPONENT libbcc
install(FILES bpf_common.h bpf_module.h bcc_syms.h libbpf.h COMPONENT libbcc
DESTINATION include/bcc)
install(DIRECTORY compat/linux/ COMPONENT libbcc
DESTINATION include/bcc/compat/linux
Expand Down
File renamed without changes.

0 comments on commit 863daab

Please sign in to comment.