X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=4d203b55ce6254f13e3715a79448ab77c89c1a98;hb=60b6c79cedc1023732ff0935aa85b5d0d1c2bcbf;hp=5c27eabe3558080b97c47e4cefd284d2bafb646b;hpb=d4a1283e471c152cedf6cb5ebcc74d509009145d;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 5c27eabe3..4d203b55c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,19 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm \ +SUBDIRS = liblttng-sessiond-comm \ libkernelctl \ - liblttngctl \ - lttng \ - ltt-sessiond \ - kconsumerd \ - tests + librunas \ + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc