X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=3b6344fa6cc271517eeb24c52de6236cafb8777d;hp=e43da8d755749e00958703136e518cdcbcb063fb;hb=24d1723f7e614f74b6957ad3f3666a5713664d63;hpb=d6309f5907981526e78078dfb87419fbd267f270 diff --git a/Makefile.am b/Makefile.am index e43da8d75..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 \ + liblttng-ht \ liblttng-kconsumer \ liblttng-ustconsumer \ liblttng-consumer \ - lttng-consumerd \ - liblttngctl \ - lttng \ - ltt-sessiond \ - tests \ - include \ - doc + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc