X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=Makefile.am;h=279a73ae53ccc2370c6e37363830065c9ff9a1f9;hb=0429cab2a0d6aa29491ffc132b2221ab76925691;hp=3d86d6e66f238ff51569f22c6f3d1f90e213b25d;hpb=6e2d116c6138874c0357b1afb1db5aa7cd80ceb6;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 3d86d6e66..279a73ae5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +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 \ + lttng-sessiond \ tests \ - include + include \ + doc + +bench: + ./benchmark/runall.sh