X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=Makefile.am;h=4d203b55ce6254f13e3715a79448ab77c89c1a98;hb=10d32e930a6b67c3f196ca3bf4f247d444d8c2b6;hp=e43da8d755749e00958703136e518cdcbcb063fb;hpb=d6309f5907981526e78078dfb87419fbd267f270;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index e43da8d75..4d203b55c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,13 +2,18 @@ ACLOCAL_AMFLAGS = -I config SUBDIRS = liblttng-sessiond-comm \ libkernelctl \ + librunas \ 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