X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=3b6344fa6cc271517eeb24c52de6236cafb8777d;hp=3d86d6e66f238ff51569f22c6f3d1f90e213b25d;hb=f2ca2e251d8f49b0dbbcca529dd61b3562c1147f;hpb=6e2d116c6138874c0357b1afb1db5aa7cd80ceb6 diff --git a/Makefile.am b/Makefile.am index 3d86d6e66..3b6344fa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,20 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm \ +SUBDIRS = common \ + liblttng-sessiond-comm \ libkernelctl \ - liblttkconsumerd \ - liblttngctl \ - libustcomm \ - libustctl \ - lttng \ - ltt-kconsumerd \ - ltt-sessiond \ - tests \ - include + liblttng-ht \ + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc