X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=b744596b1905eecf307aef95254280b2945458d3;hb=58415b8b6071fddaa8f99c9799e9c30608dbb971;hp=e43da8d755749e00958703136e518cdcbcb063fb;hpb=d6309f5907981526e78078dfb87419fbd267f270;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index e43da8d75..b744596b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,19 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttng-sessiond-comm \ +SUBDIRS = common \ + liblttng-sessiond-comm \ libkernelctl \ 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