X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=b744596b1905eecf307aef95254280b2945458d3;hb=58415b8b6071fddaa8f99c9799e9c30608dbb971;hp=e53d9079ee947f196b647f8488debf4475123320;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index e53d9079e..b744596b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,19 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm liblttngctl lttng ltt-sessiond tests +SUBDIRS = common \ + liblttng-sessiond-comm \ + libkernelctl \ + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc