X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=fa5beea9a9df6ddd0d5cdcdd4ee1d7ea0191cbb2;hp=e53d9079ee947f196b647f8488debf4475123320;hb=55bed2138489dd1bfc43726e0ce71f7d5ee6d62c;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3 diff --git a/Makefile.am b/Makefile.am index e53d9079e..fa5beea9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,18 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm liblttngctl lttng ltt-sessiond tests +SUBDIRS = liblttng-sessiond-comm \ + libkernelctl \ + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc