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