X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=b744596b1905eecf307aef95254280b2945458d3;hb=58415b8b6071fddaa8f99c9799e9c30608dbb971;hp=5c27eabe3558080b97c47e4cefd284d2bafb646b;hpb=d4a1283e471c152cedf6cb5ebcc74d509009145d;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 5c27eabe3..b744596b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,19 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm \ +SUBDIRS = common \ + liblttng-sessiond-comm \ libkernelctl \ - liblttngctl \ - lttng \ - ltt-sessiond \ - kconsumerd \ - tests + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc