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