X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=b0537ce6e4f4ea55b049966c33ae64fecc9e35ab;hp=fa5beea9a9df6ddd0d5cdcdd4ee1d7ea0191cbb2;hb=a98dae5fe5dc81dcf7e5146d3d6915dd6b3d055a;hpb=55bed2138489dd1bfc43726e0ce71f7d5ee6d62c diff --git a/Makefile.am b/Makefile.am index fa5beea9a..b0537ce6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,14 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttng-sessiond-comm \ - libkernelctl \ - liblttng-kconsumer \ - liblttng-ustconsumer \ - liblttng-consumer \ - lttng-consumerd +SUBDIRS = src \ + tests \ + extras \ + 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 + +EXTRA_DIST = extras/lttng-bash_completion