X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=3b6344fa6cc271517eeb24c52de6236cafb8777d;hp=44f17148b73a06ffb49577d4710b40c53442f3b2;hb=daee53455d4227b223c22fdeff84722f924cc0d2;hpb=322585731ced1adba36cddcb8bdd5d997d1b2e3e diff --git a/Makefile.am b/Makefile.am index 44f17148b..3b6344fa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,20 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttng-sessiond-comm \ +SUBDIRS = common \ + liblttng-sessiond-comm \ libkernelctl \ + liblttng-ht \ liblttng-kconsumer \ liblttng-ustconsumer \ liblttng-consumer \ - lttng-consumerd \ - liblttngctl \ - lttng \ - lttng-sessiond \ - tests \ - include \ - doc + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc