projects
/
lttng-ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c3c03e
)
Only build python lib when agent is enabled
author
Michael Jeanson
<mjeanson@efficios.com>
Thu, 16 Jun 2016 15:33:51 +0000
(11:33 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Thu, 16 Jun 2016 15:46:00 +0000
(11:46 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 1db748019f117b631661cf3be381ac107b4f8249..e498719573db73f74395fb7e1a1e0c5bf9807890 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-6,7
+6,6
@@
SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
liblttng-ust-fork \
liblttng-ust-libc-wrapper \
liblttng-ust-cyg-profile \
- liblttng-ust-python-agent \
tools
if HAVE_DLINFO
@@
-22,7
+21,8
@@
SUBDIRS += liblttng-ust-java-agent
endif
if BUILD_PYTHON_AGENT
-SUBDIRS += python-lttngust
+SUBDIRS += python-lttngust \
+ liblttng-ust-python-agent
endif
SUBDIRS += tests doc
This page took
0.025112 seconds
and
4
git commands to generate.