X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2FMakefile.am;fp=src%2Fbin%2FMakefile.am;h=07b694918c3d9a28b7d8531d8a8aed3561d1ff39;hp=0000000000000000000000000000000000000000;hb=10a8a2237343699e3923d87e24dbf2d7fe225377;hpb=734f79bf717d87817623d382c59086dc9e8ef610 diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am new file mode 100644 index 000000000..07b694918 --- /dev/null +++ b/src/bin/Makefile.am @@ -0,0 +1,8 @@ +ACLOCAL_AMFLAGS = -I config + +SUBDIRS = lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += lttng \ + lttng-sessiond +endif