X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=39b9f2f94aadc8557955d45cce1713ebbdbc8b20;hp=e53d9079ee947f196b647f8488debf4475123320;hb=daf282ab93462198c6acd16b4aa624635df1bea5;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3 diff --git a/Makefile.am b/Makefile.am index e53d9079e..39b9f2f94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,20 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm liblttngctl lttng ltt-sessiond tests +SUBDIRS = common \ + 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