Skip to content
Snippets Groups Projects
Commit 5bd0eb21 authored by Brenden Blanco's avatar Brenden Blanco
Browse files

Updates to use cmake GLOB and libbcc.so.0 in python init


In order not to miss some files in the tools and examples source
directories, use cmake file(GLOB) to collect relevant files. To ease the
implementation, move all tools to be .py suffixed in the source, but
sans-suffix in the installation (same as before)

In addition, to prevent future API breakage confusion (though of course
that may still happen), use CDLL("libbcc.so.0") in the bcc __init__.py.

Fixes: #317
Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
parent f50ca1fa
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 23 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment