X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=Makefile.am;h=279a73ae53ccc2370c6e37363830065c9ff9a1f9;hb=0429cab2a0d6aa29491ffc132b2221ab76925691;hp=b7c5f0f3391fa2d703eb820c30393743405d0322;hpb=1ce86c9ab52be743e3348fd0c90153d9a9f63c49;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index b7c5f0f33..279a73ae5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,18 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttsessiondcomm \ +SUBDIRS = benchmark \ + liblttng-sessiond-comm \ libkernelctl \ - liblttkconsumerd \ + liblttng-kconsumer \ + liblttng-ustconsumer \ + liblttng-consumer \ + lttng-consumerd \ liblttngctl \ - libustcomm \ - libustctl \ lttng \ - ltt-sessiond \ - kconsumerd \ - tests + lttng-sessiond \ + tests \ + include \ + doc + +bench: + ./benchmark/runall.sh