X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=b0537ce6e4f4ea55b049966c33ae64fecc9e35ab;hp=b744596b1905eecf307aef95254280b2945458d3;hb=a98dae5fe5dc81dcf7e5146d3d6915dd6b3d055a;hpb=58415b8b6071fddaa8f99c9799e9c30608dbb971 diff --git a/Makefile.am b/Makefile.am index b744596b1..b0537ce6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,14 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = common \ - 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