Commit fe884257 authored by Brenden Blanco's avatar Brenden Blanco

Merge pull request #340 from linuxfood/master

Add bpf_module.h to CMakeLists.txt
parents 7964657b 255ac6a8
......@@ -55,7 +55,7 @@ install(TARGETS bcc LIBRARY COMPONENT libbcc
install(DIRECTORY export/ COMPONENT libbcc
DESTINATION share/bcc/include/bcc
FILES_MATCHING PATTERN "*.h")
install(FILES bpf_common.h ../libbpf.h COMPONENT libbcc
install(FILES bpf_common.h bpf_module.h ../libbpf.h COMPONENT libbcc
DESTINATION include/bcc)
install(DIRECTORY compat/linux/ COMPONENT libbcc
DESTINATION include/bcc/compat/linux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment