X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=Makefile.am;h=bab695466d212894d07d9416e20bfda017e67342;hb=8afbfed3474bb6de6534a5cf453ade6625ca985d;hp=44f17148b73a06ffb49577d4710b40c53442f3b2;hpb=322585731ced1adba36cddcb8bdd5d997d1b2e3e;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 44f17148b..bab695466 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,13 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttng-sessiond-comm \ - libkernelctl \ - liblttng-kconsumer \ - liblttng-ustconsumer \ - liblttng-consumer \ - lttng-consumerd \ - liblttngctl \ - lttng \ - lttng-sessiond \ +SUBDIRS = src/common/ \ + benchmark \ + src \ tests \ include \ doc + +bench: + ./benchmark/runall.sh + +dist_doc_DATA = ChangeLog