X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=3b6344fa6cc271517eeb24c52de6236cafb8777d;hp=5c27eabe3558080b97c47e4cefd284d2bafb646b;hb=daee53455d4227b223c22fdeff84722f924cc0d2;hpb=d4a1283e471c152cedf6cb5ebcc74d509009145d diff --git a/Makefile.am b/Makefile.am index 5c27eabe3..3b6344fa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,20 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm \ +SUBDIRS = common \ + liblttng-sessiond-comm \ libkernelctl \ - liblttngctl \ - lttng \ - ltt-sessiond \ - kconsumerd \ - tests + liblttng-ht \ + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc