X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=3b6344fa6cc271517eeb24c52de6236cafb8777d;hp=e53d9079ee947f196b647f8488debf4475123320;hb=7bd3904781fa78155c13952f5d5cb9ab42f44a08;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3 diff --git a/Makefile.am b/Makefile.am index e53d9079e..3b6344fa6 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 \ + liblttng-ht \ + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc