X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=fa5beea9a9df6ddd0d5cdcdd4ee1d7ea0191cbb2;hp=1335794139d757e005ddc680c88b1684d910ce3c;hb=90d97d10e57ba8b2b10481837efb3d2402f41f88;hpb=62d3069fe1d56bf9f95f9100f21758c3d99dccf6 diff --git a/Makefile.am b/Makefile.am index 133579413..fa5beea9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,18 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm \ +SUBDIRS = liblttng-sessiond-comm \ libkernelctl \ - liblttngctl \ - libustcomm \ - libustctl \ - lttng \ - ltt-sessiond \ - kconsumerd \ - tests + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc