X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=a02a1d1d35ce0b62c3a809551daa7b532c222885;hb=0a6901b9fde05da73d69cf70f44c04d93cdd4b59;hp=9bafeb4818d23906dd9daf7d2779e22446edb94c;hpb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 9bafeb481..a02a1d1d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,16 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttng-sessiond-comm \ - libkernelctl \ - liblttng-kconsumer \ - liblttng-ustconsumer \ - liblttng-consumer \ - lttng-consumerd \ - liblttngctl \ - libustcomm \ - lttng \ - ltt-sessiond \ +SUBDIRS = src/common/ \ + benchmark \ + src \ tests \ include \ doc + +dist_doc_DATA = LICENSE \ + ChangeLog + +EXTRA_DIST = extras/lttng-bash_completion + +bench: + ./benchmark/runall.sh