X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=Makefile.am;h=1424726a4b86ea4d293d8e1d950faceaf7256654;hb=c76f0dd7b6b9c7b063d44e3dd12319d9476c4f79;hp=3b6344fa6cc271517eeb24c52de6236cafb8777d;hpb=bec399405a4667411ae06bbbcbed678e42e93a30;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 3b6344fa6..1424726a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,13 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = common \ - liblttng-sessiond-comm \ - libkernelctl \ - liblttng-ht \ - liblttng-kconsumer \ - liblttng-ustconsumer \ - liblttng-consumer \ - lttng-consumerd +SUBDIRS = src \ + tests \ + include \ + doc -if ! BUILD_CONSUMERD_ONLY -SUBDIRS += liblttngctl \ - lttng \ - lttng-sessiond -endif +dist_doc_DATA = LICENSE \ + ChangeLog -SUBDIRS += tests \ - include \ - doc +dist_noinst_DATA = CodingStyle gpl-2.0.txt lgpl-2.1.txt + +EXTRA_DIST = extras/lttng-bash_completion