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