X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=3b6344fa6cc271517eeb24c52de6236cafb8777d;hp=1335794139d757e005ddc680c88b1684d910ce3c;hb=24d1723f7e614f74b6957ad3f3666a5713664d63;hpb=62d3069fe1d56bf9f95f9100f21758c3d99dccf6 diff --git a/Makefile.am b/Makefile.am index 133579413..3b6344fa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,20 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm \ +SUBDIRS = common \ + liblttng-sessiond-comm \ libkernelctl \ - liblttngctl \ - libustcomm \ - libustctl \ - 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