X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=ae88bcaa0cadc5a541533cd7dbb27bdd8d3d76d1;hb=bb3037a945835e64e852fbadc9c0e9f0d8a79b01;hp=9bafeb4818d23906dd9daf7d2779e22446edb94c;hpb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 9bafeb481..ae88bcaa0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,22 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttng-sessiond-comm \ +SUBDIRS = benchmark \ + liblttng-sessiond-comm \ libkernelctl \ liblttng-kconsumer \ liblttng-ustconsumer \ liblttng-consumer \ - lttng-consumerd \ - liblttngctl \ - libustcomm \ - lttng \ - ltt-sessiond \ - tests \ - include \ - doc + lttng-consumerd + +if ! BUILD_CONSUMERD_ONLY +SUBDIRS += liblttngctl \ + lttng \ + lttng-sessiond +endif + +SUBDIRS += tests \ + include \ + doc + +bench: + ./benchmark/runall.sh