X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=Makefile.am;h=279a73ae53ccc2370c6e37363830065c9ff9a1f9;hb=0429cab2a0d6aa29491ffc132b2221ab76925691;hp=fe1c45cef59d4176d4768408a513a466585a342a;hpb=2b1173d8cb43cb5d7c9ce3772dbdbef3436c407e;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index fe1c45cef..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-kconsumerd \ - ltt-sessiond \ - tests + lttng-sessiond \ + tests \ + include \ + doc + +bench: + ./benchmark/runall.sh