X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=Makefile.am;h=a02a1d1d35ce0b62c3a809551daa7b532c222885;hb=c4ff69ec0093bb2c10e05f023e7496273e2c4cfb;hp=4d203b55ce6254f13e3715a79448ab77c89c1a98;hpb=60b6c79cedc1023732ff0935aa85b5d0d1c2bcbf;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 4d203b55c..a02a1d1d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,16 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttng-sessiond-comm \ - libkernelctl \ - librunas \ - liblttng-kconsumer \ - liblttng-ustconsumer \ - liblttng-consumer \ - lttng-consumerd +SUBDIRS = src/common/ \ + benchmark \ + src \ + tests \ + include \ + doc -if ! BUILD_CONSUMERD_ONLY -SUBDIRS += liblttngctl \ - lttng \ - lttng-sessiond -endif +dist_doc_DATA = LICENSE \ + ChangeLog -SUBDIRS += tests \ - include \ - doc +EXTRA_DIST = extras/lttng-bash_completion + +bench: + ./benchmark/runall.sh