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