⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
LTTng-UST
All Projects
LTTng
»
LTTng-UST
Overview
Activity
Roadmap
Issues
Gantt
Calendar
News
Repository
Download (384 Bytes)
Bug #142
» setup.py
Yannick Brosseau, 03/01/2012 10:43 AM
from
distutils.core
import
setup
,
Extension
module1
=
Extension
(
'
sample_tracepoint
'
,
sources
=
[
'
sample_tracepoint_python.c
'
],
include_dirs
=
[
'
.
'
],
libraries
=
[
'
lttng-ust
'
])
setup
(
name
=
'
sample_tracepoint
'
,
version
=
'
1.0
'
,
description
=
'
sample_tracepoint tracepoints
'
,
ext_modules
=
[
module1
])
« Previous
1
2
3
4
Next »
(3-3/4)
Loading...