X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=4d203b55ce6254f13e3715a79448ab77c89c1a98;hb=6da9f915f29c93ac54ed62e7669df7c7e18a141d;hp=1335794139d757e005ddc680c88b1684d910ce3c;hpb=62d3069fe1d56bf9f95f9100f21758c3d99dccf6;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 133579413..4d203b55c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,19 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm \ +SUBDIRS = liblttng-sessiond-comm \ libkernelctl \ - liblttngctl \ - libustcomm \ - libustctl \ - 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