projects
/
lttng-tools.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Select which binaries/extras to build at configure time
[lttng-tools.git]
/
src
/
lib
/
Makefile.am
diff --git
a/src/lib/Makefile.am
b/src/lib/Makefile.am
index 482f20c1551a01a6e7295e37585c459cb0eb0209..82458a44fbe26b6d5f1004a112dee57452e45dab 100644
(file)
--- a/
src/lib/Makefile.am
+++ b/
src/lib/Makefile.am
@@
-1
+1,7
@@
-SUBDIRS = lttng-ctl
+SUBDIRS =
+
+DIST_SUBDIRS = lttng-ctl
+
+if BUILD_LIB_LTTNG_CTL
+SUBDIRS += lttng-ctl
+endif
This page took
0.024796 seconds
and
5
git commands to generate.