X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=82458a44fbe26b6d5f1004a112dee57452e45dab;hb=28ab59d0baef178a8629ec9fb517ba75efb46ea8;hp=482f20c1551a01a6e7295e37585c459cb0eb0209;hpb=10a8a2237343699e3923d87e24dbf2d7fe225377;p=lttng-tools.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 482f20c15..82458a44f 100644 --- 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