X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=Makefile.am;h=1830e742fc0c0c37f809ccf48e6c8dce566d2898;hb=e37c37c64ff100d236ecc0436c802e5917880ca1;hp=39b9f2f94aadc8557955d45cce1713ebbdbc8b20;hpb=daf282ab93462198c6acd16b4aa624635df1bea5;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 39b9f2f94..1830e742f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,15 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = common \ - liblttng-sessiond-comm \ - libkernelctl \ - librunas \ - 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 \ + README -SUBDIRS += tests \ - include \ - doc +dist_noinst_DATA = CodingStyle + +EXTRA_DIST = extras/lttng-bash_completion gpl-2.0.txt lgpl-2.1.txt