X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=fa5beea9a9df6ddd0d5cdcdd4ee1d7ea0191cbb2;hp=e43da8d755749e00958703136e518cdcbcb063fb;hb=90d97d10e57ba8b2b10481837efb3d2402f41f88;hpb=d6309f5907981526e78078dfb87419fbd267f270 diff --git a/Makefile.am b/Makefile.am index e43da8d75..fa5beea9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,10 +5,14 @@ SUBDIRS = liblttng-sessiond-comm \ liblttng-kconsumer \ liblttng-ustconsumer \ liblttng-consumer \ - lttng-consumerd \ - liblttngctl \ - lttng \ - ltt-sessiond \ - tests \ - include \ - doc + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc