X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=39b9f2f94aadc8557955d45cce1713ebbdbc8b20;hp=b7c5f0f3391fa2d703eb820c30393743405d0322;hb=daf282ab93462198c6acd16b4aa624635df1bea5;hpb=1ce86c9ab52be743e3348fd0c90153d9a9f63c49 diff --git a/Makefile.am b/Makefile.am index b7c5f0f33..39b9f2f94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,20 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm \ +SUBDIRS = common \ + liblttng-sessiond-comm \ libkernelctl \ - liblttkconsumerd \ - liblttngctl \ - libustcomm \ - libustctl \ - lttng \ - ltt-sessiond \ - kconsumerd \ - tests + librunas \ + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc