X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=4d203b55ce6254f13e3715a79448ab77c89c1a98;hb=bcf480b0bf3570a23ed61207c7d8987e0c9f64cb;hp=fe1c45cef59d4176d4768408a513a466585a342a;hpb=2b1173d8cb43cb5d7c9ce3772dbdbef3436c407e;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index fe1c45cef..4d203b55c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,19 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm \ +SUBDIRS = liblttng-sessiond-comm \ libkernelctl \ - liblttkconsumerd \ - liblttngctl \ - libustcomm \ - libustctl \ - lttng \ - ltt-kconsumerd \ - ltt-sessiond \ - tests + librunas \ + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc